Uses of Interface
com.pnfsoftware.jeb.core.units.codeobject.IELFUnit
Packages that use IELFUnit
Package
Description
This package and sub-packages contain all types used by Android code analysis plugins.
This package contains types used to publicly access and manipulate JEB's DEX Decompiler (referred
to as
dexdec
) Intermediate Representation (IR) objects.Types specific to code objects, such as Windows PE, Linux ELF, or Apple Mach-O.
-
Uses of IELFUnit in com.pnfsoftware.jeb.core.units.code.android
Methods in com.pnfsoftware.jeb.core.units.code.android that return IELFUnitModifier and TypeMethodDescriptionINativeLibrary.getElfUnit()
The source ELF unit (a shared object) representing the library.Methods in com.pnfsoftware.jeb.core.units.code.android that return types with arguments of type IELFUnitModifier and TypeMethodDescriptionIApkUnit.getLibrariesForArch
(AndroidPlatformABI abi) Convenience method to retrieve the ELF SO (Shared Object) unitsLibraries
for the provided target architecture. -
Uses of IELFUnit in com.pnfsoftware.jeb.core.units.code.android.ir
Methods in com.pnfsoftware.jeb.core.units.code.android.ir with parameters of type IELFUnitModifier and TypeMethodDescriptionIDState.loadNativeLibrary
(IELFUnit lib) Load (or retrieve a reference to an already-loaded) native SO library. -
Uses of IELFUnit in com.pnfsoftware.jeb.core.units.codeobject
Fields in com.pnfsoftware.jeb.core.units.codeobject declared as IELFUnitModifier and TypeFieldDescriptionfinal IELFUnit
ELFStandardRelocOperations.elfUnit
IELFRelocationApplicator.RelocatedFile.elfUnit
Methods in com.pnfsoftware.jeb.core.units.codeobject with parameters of type IELFUnitModifier and TypeMethodDescriptionabstract boolean
Override to check if the context applies to the given file.boolean
IELFSymbolProcessorFactory.canProcess
(IELFUnit elf) IELFSymbolProcessorFactory.createInstance
(IELFUnit elf) ELFPluginsService.createSymbolProcessor
(IELFUnit elf) IELFRelocationEntry.format
(IELFUnit elf, IELFSymbolTable st) protected boolean
ELFRelocationContext.isMappedAtPreferredAddress
(IELFUnit elfUnit, long actualImageBase) IELFSectionProcessor.process
(IELFUnit elf, IELFSectionEntry sectionHeader, ByteBuffer sectionData) Process a section.long
ILinkInfoProvider.resolveImportedSymbol
(String name, int mode, IVirtualMemory vm, IELFUnit elf) Constructors in com.pnfsoftware.jeb.core.units.codeobject with parameters of type IELFUnitModifierConstructorDescriptionRelocatedFile
(IELFUnit elfUnit, IVirtualMemory mem, long actualImageBase)