Package ghidra.app.util.bin.format.objc2
Class ObjectiveC2_Constants
java.lang.Object
ghidra.app.util.bin.format.objc2.ObjectiveC2_Constants
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final CategoryPath
static final String
static final String
Objective-C 2 category list.static final String
Objective-C 2 class list.static final String
Objective-C 2 class references.static final String
Objective-C 2 constants.static final String
static final String
static final String
static final String
Objective-C 2 non-lazy class liststatic final String
The name prefix of all Objective-C 2 sections.static final String
static final String
static final String
static final String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns a list containing valid Objective-C 2.0 section names.static final boolean
isObjectiveC2
(Program program) Returns true if this program contains Objective-C 2.
-
Field Details
-
OBJC2_PREFIX
The name prefix of all Objective-C 2 sections.- See Also:
-
OBJC2_CATEGORY_LIST
Objective-C 2 category list.- See Also:
-
OBJC2_CLASS_LIST
Objective-C 2 class list.- See Also:
-
OBJC2_CLASS_REFS
Objective-C 2 class references.- See Also:
-
OBJC2_CONST
Objective-C 2 constants.- See Also:
-
OBJC2_DATA
- See Also:
-
OBJC2_IMAGE_INFO
- See Also:
-
OBJC2_MESSAGE_REFS
- See Also:
-
OBJC2_NON_LAZY_CLASS_LIST
Objective-C 2 non-lazy class list- See Also:
-
OBJC2_PROTOCOL_LIST
- See Also:
-
OBJC2_PROTOCOL_REFS
- See Also:
-
OBJC2_SELECTOR_REFS
- See Also:
-
OBJC2_SUPER_REFS
- See Also:
-
NAMESPACE
- See Also:
-
CATEGORY
- See Also:
-
CATEGORY_PATH
-
-
Constructor Details
-
ObjectiveC2_Constants
public ObjectiveC2_Constants()
-
-
Method Details
-
getObjectiveC2SectionNames
Returns a list containing valid Objective-C 2.0 section names.- Returns:
- a list containing valid Objective-C 2.0 section names
-
isObjectiveC2
Returns true if this program contains Objective-C 2.- Parameters:
program
- the program to check- Returns:
- true if the program contains Objective-C 2.
-