Package ghidra.app.util.bin.format.ne
Class EntryTable
- java.lang.Object
-
- ghidra.app.util.bin.format.ne.EntryTable
-
public class EntryTable extends java.lang.Object
A class to represent a new-executable entry table.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EntryTableBundle[]
getBundles()
Returns an array of the entry table bundles in this entry table.
-
-
-
Method Detail
-
getBundles
public EntryTableBundle[] getBundles()
Returns an array of the entry table bundles in this entry table.- Returns:
- an array of entry table bundles
-
-