Class BindProcessor
- java.lang.Object
-
- ghidra.app.util.bin.format.macho.commands.dyld.AbstractDyldInfoProcessor
-
- ghidra.app.util.bin.format.macho.commands.dyld.BindProcessor
-
public class BindProcessor 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 BindProcessor(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
-
BindProcessor
public BindProcessor(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
-
-