Class ObjectiveC1_State
java.lang.Object
ghidra.app.util.bin.format.objectiveC.ObjectiveC1_State
- Direct Known Subclasses:
ObjectiveC2_State
-
Field Summary
FieldsModifier and TypeFieldDescriptionIf an index is contained in this set, then the corresponding data structure has been applied to the program.final booleanfinal booleanfinal booleanfinal booleanfinal booleanfinal Map<Address, ObjectiveC_Method> A map of method addresses to mangled signature strings.final TaskMonitorfinal intfinal ProgramIf an address is contained in this set, then it is thumb code. -
Constructor Summary
ConstructorsConstructorDescriptionObjectiveC1_State(Program program, TaskMonitor monitor, CategoryPath categoryPath) -
Method Summary
-
Field Details
-
beenApplied
If an index is contained in this set, then the corresponding data structure has been applied to the program. -
methodMap
A map of method addresses to mangled signature strings. -
thumbCodeLocations
If an address is contained in this set, then it is thumb code. -
program
-
is32bit
public final boolean is32bit -
is64bit
public final boolean is64bit -
isARM
public final boolean isARM -
isPowerPC
public final boolean isPowerPC -
isX86
public final boolean isX86 -
pointerSize
public final int pointerSize -
monitor
-
encodings
-
-
Constructor Details
-
ObjectiveC1_State
-
-
Method Details
-
dispose
public void dispose() -
getObjectiveCSectionNames
-