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) unitsLibrariesfor 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 IELFUnitELFStandardRelocOperations.elfUnitIELFRelocationApplicator.RelocatedFile.elfUnitMethods in com.pnfsoftware.jeb.core.units.codeobject with parameters of type IELFUnitModifier and TypeMethodDescriptionabstract booleanOverride to check if the context applies to the given file.booleanIELFSymbolProcessorFactory.canProcess(IELFUnit elf) IELFSymbolProcessorFactory.createInstance(IELFUnit elf) ELFPluginsService.createSymbolProcessor(IELFUnit elf) IELFRelocationEntry.format(IELFUnit elf, IELFSymbolTable st) protected booleanELFRelocationContext.isMappedAtPreferredAddress(IELFUnit elfUnit, long actualImageBase) IELFSectionProcessor.process(IELFUnit elf, IELFSectionEntry sectionHeader, ByteBuffer sectionData) Process a section.longILinkInfoProvider.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)