Class AbstractDyldInfoProcessor
java.lang.Object
ghidra.app.util.bin.format.macho.commands.dyld.AbstractDyldInfoProcessor
- Direct Known Subclasses:
BindProcessor
,LazyBindProcessor
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected DyldInfoCommand
protected MachHeader
protected Program
protected ByteProvider
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
AbstractDyldInfoProcessor
(MachHeader header, Program program, ByteProvider provider, DyldInfoCommand command) -
Method Summary
Modifier and TypeMethodDescriptionabstract void
process
(TaskMonitor monitor) protected String
readString
(ByteArrayInputStream byteStream, TaskMonitor monitor) protected long
sleb128
(ByteArrayInputStream byteStream, TaskMonitor monitor) Signed Little-endian Base-128protected long
uleb128
(ByteArrayInputStream byteStream, TaskMonitor monitor) Unsigned Little-endian Base-128
-
Field Details
-
header
-
program
-
provider
-
command
-
-
Constructor Details
-
AbstractDyldInfoProcessor
protected AbstractDyldInfoProcessor(MachHeader header, Program program, ByteProvider provider, DyldInfoCommand command)
-
-
Method Details