| java.lang.Object | |
| ↳ | com.pnfsoftware.jeb.core.units.codeobject.LoaderInformation.Builder |
Builder of LoaderInformation objects.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Builder() | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| LoaderInformation |
build()
Build the loader information object.
| ||||||||||
| LoaderInformation.Builder | setCompilationTimestamp(long compilationTimestamp) | ||||||||||
| LoaderInformation.Builder | setEndianness(Endianness endianness) | ||||||||||
| LoaderInformation.Builder | setEntryPoint(long entryPoint) | ||||||||||
| LoaderInformation.Builder | setFlags(int flags) | ||||||||||
| LoaderInformation.Builder | setImageBase(long imageBase) | ||||||||||
| LoaderInformation.Builder | setImageSize(long imageSize) | ||||||||||
| LoaderInformation.Builder | setNotes(String notes) | ||||||||||
| LoaderInformation.Builder | setOverlayOffset(long overlayOffset) | ||||||||||
| LoaderInformation.Builder | setTargetProcessor(ProcessorType processorType) | ||||||||||
| LoaderInformation.Builder | setTargetSubsystem(SubsystemType ssType) | ||||||||||
| LoaderInformation.Builder | setVersion(String version) | ||||||||||
| LoaderInformation.Builder | setWordSize(int wordSize) | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
| flags | a combination of FLAG_HAS_RELOCATION,
FLAG_HAS_SYMBOLS,
FLAG_IS_RELOCATABLE,
FLAG_LIBRARY_FILE,
FLAG_OBJECT_FILE,
FLAG_PURE_CODE |
|---|
| processorType | target processor |
|---|
| version | optional version of this container |
|---|