Class LibObjcDylib
java.lang.Object
ghidra.app.util.bin.format.macho.dyld.LibObjcDylib
A class to represent the libobjc DYLIB Mach-O that resides within a DYLD cache
-
Constructor Summary
ConstructorDescriptionLibObjcDylib
(MachHeader libObjcHeader, Program program, AddressSpace space, MessageLog log, TaskMonitor monitor) Creates a newLibObjcDylib
-
Method Summary
-
Constructor Details
-
LibObjcDylib
public LibObjcDylib(MachHeader libObjcHeader, Program program, AddressSpace space, MessageLog log, TaskMonitor monitor) throws IOException Creates a newLibObjcDylib
- Parameters:
libObjcHeader
- The libobjc DYLIB headerprogram
- TheProgram
space
- TheAddressSpace
log
- The logmonitor
- A cancelable task monitor- Throws:
IOException
- if an IO-related error occurred while parsing
-
-
Method Details
-
markup
public void markup()Marks up the libobjc DYLIB
-