Class LazyBindProcessor
- java.lang.Object
-
- ghidra.app.util.bin.format.macho.commands.dyld.AbstractDyldInfoProcessor
-
- ghidra.app.util.bin.format.macho.commands.dyld.LazyBindProcessor
-
public class LazyBindProcessor extends AbstractDyldInfoProcessor
-
-
Field Summary
-
Fields inherited from class ghidra.app.util.bin.format.macho.commands.dyld.AbstractDyldInfoProcessor
command, header, program, provider
-
-
Constructor Summary
Constructors Constructor Description LazyBindProcessor(Program program, MachHeader header, ByteProvider provider, DyldInfoCommand command)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
process(TaskMonitor monitor)
-
Methods inherited from class ghidra.app.util.bin.format.macho.commands.dyld.AbstractDyldInfoProcessor
readString, sleb128, uleb128
-
-
-
-
Constructor Detail
-
LazyBindProcessor
public LazyBindProcessor(Program program, MachHeader header, ByteProvider provider, DyldInfoCommand command)
-
-
Method Detail
-
process
public void process(TaskMonitor monitor) throws java.lang.Exception
- Specified by:
process
in classAbstractDyldInfoProcessor
- Throws:
java.lang.Exception
-
-