Package ghidra.app.util.bin.format.ne
Class ModuleReferenceTable
java.lang.Object
ghidra.app.util.bin.format.ne.ModuleReferenceTable
A class to represent the new-executable module reference table.
-
Method Summary
Modifier and TypeMethodDescriptiongetNames()
Returns the array of names.short[]
Returns the array of offsets.
-
Method Details
-
getNames
Returns the array of names.- Returns:
- the array of names
-
getOffsets
public short[] getOffsets()Returns the array of offsets.- Returns:
- the array of offsets
-