Uses of Interface
com.pnfsoftware.jeb.core.units.codeobject.ILinkInfoProvider
Packages that use ILinkInfoProvider
Package
Description
Types specific to code objects, such as Windows PE, Linux ELF, or Apple Mach-O.
-
Uses of ILinkInfoProvider in com.pnfsoftware.jeb.core.units.codeobject
Methods in com.pnfsoftware.jeb.core.units.codeobject with parameters of type ILinkInfoProviderModifier and TypeMethodDescriptionprotected abstract boolean
AbstractCodeObjectUnit.applyRelocations
(IVirtualMemory mem, long base, ILinkInfoProvider linkInfoPrv) Relocate a mapped code object.boolean
AbstractCodeObjectUnit.map
(IVirtualMemory mem, long wantedBase, boolean applyRelocations, ILinkInfoProvider linkInfoPrv) boolean
ICodeObjectUnit.map
(IVirtualMemory mem, long wantedBase, boolean applyRelocations, ILinkInfoProvider linkInfoPrv) Map this object file onto virtual memory.