Uses of Class
com.pnfsoftware.jeb.core.units.codeobject.LoaderInformation.Builder
Packages that use LoaderInformation.Builder
Package
Description
Types specific to code objects, such as Windows PE, Linux ELF, or Apple Mach-O.
-
Uses of LoaderInformation.Builder in com.pnfsoftware.jeb.core.units.codeobject
Methods in com.pnfsoftware.jeb.core.units.codeobject that return LoaderInformation.BuilderModifier and TypeMethodDescriptionLoaderInformation.Builder.setCompilationTimestamp(long compilationTimestamp) Set the compilation timestamp.LoaderInformation.Builder.setEndianness(Endianness endianness) Set the target endianness.LoaderInformation.Builder.setEntryPoint(long entryPoint) Set the entry point.LoaderInformation.Builder.setFlags(int flags) Set loader flags.LoaderInformation.Builder.setImageBase(long imageBase) Set the preferred image base.LoaderInformation.Builder.setImageSize(long imageSize) Set the image size.Set parser notes.LoaderInformation.Builder.setOverlayOffset(long overlayOffset) Set the overlay offset.LoaderInformation.Builder.setTargetProcessor(ProcessorType processorType) Set the target processor type.LoaderInformation.Builder.setTargetSubsystem(SubsystemType ssType) Set the target subsystem type.LoaderInformation.Builder.setVersion(String version) Set the container version.LoaderInformation.Builder.setWordSize(int wordSize) Set the target word size.