Package ghidra.app.util.bin.format.ne
Class ModuleReferenceTable
- java.lang.Object
-
- ghidra.app.util.bin.format.ne.ModuleReferenceTable
-
public class ModuleReferenceTable extends java.lang.Object
A class to represent the new-executable module reference table.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LengthStringSet[]
getNames()
Returns the array of names.short[]
getOffsets()
Returns the array of offsets.
-
-
-
Method Detail
-
getNames
public LengthStringSet[] 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
-
-