Class ObjectiveC1_State
java.lang.Object
ghidra.app.util.bin.format.objectiveC.ObjectiveC1_State
- Direct Known Subclasses:
ObjectiveC2_State
-
Field Summary
Modifier and TypeFieldDescriptionIf an index is contained in this set, then the corresponding data structure has been applied to the program.final boolean
final boolean
final boolean
final boolean
final boolean
final Map
<Address, ObjectiveC_Method> A map of method addresses to mangled signature strings.final TaskMonitor
final int
final Program
If an address is contained in this set, then it is thumb code. -
Constructor Summary
ConstructorDescriptionObjectiveC1_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
-