Uses of Interface
com.pnfsoftware.jeb.core.units.codeobject.ILoaderInformation
Packages that use ILoaderInformation
Package
Description
Types specific to code objects, such as Windows PE, Linux ELF, or Apple Mach-O.
-
Uses of ILoaderInformation in com.pnfsoftware.jeb.core.units.codeobject
Classes in com.pnfsoftware.jeb.core.units.codeobject that implement ILoaderInformationModifier and TypeClassDescriptionclass
Standard implementation of theILoaderInformation
interface, that may be used by parsers implementingICodeObjectUnit
.Methods in com.pnfsoftware.jeb.core.units.codeobject that return ILoaderInformationModifier and TypeMethodDescriptionAbstractCodeObjectUnit.getLoaderInformation()
ICodeObjectUnit.getLoaderInformation()
Retrieve basic information about the object file.Methods in com.pnfsoftware.jeb.core.units.codeobject with parameters of type ILoaderInformationModifier and TypeMethodDescriptionprotected void
AbstractCodeObjectUnit.setLoaderInformation
(ILoaderInformation ldInfo)