Package ghidra.app.util.bin.format.ne
Class ImportedNameTable
java.lang.Object
ghidra.app.util.bin.format.ne.ImportedNameTable
A class to represent the new-executable imported name table.
-
Method Summary
Modifier and TypeMethodDescriptiongetNameAt
(short offset) Returns the length/string set at the given offset.
-
Method Details
-
getNameAt
Returns the length/string set at the given offset.- Parameters:
offset
- The offset, from the beginning of the Imported Name Table, to the length/string set.- Returns:
- the length/string set at the given offset
- Throws:
IOException
-