public class MachoSymTabCommandReader extends Object
| Constructor and Description |
|---|
MachoSymTabCommandReader() |
| Modifier and Type | Method and Description |
|---|---|
static Optional<MachoSymTabCommand> |
read(MappedByteBuffer machoFileBuffer)
Reads the LC_SYMTAB command from the Mach-O file.
|
public static Optional<MachoSymTabCommand> read(MappedByteBuffer machoFileBuffer)
machoFileBuffer - The byte buffer representing the file. The method rewinds the position.MachoSymTabCommand, otherwise an empty optional on
failure.