Uses of Interface
com.pnfsoftware.jeb.core.units.code.android.INativeLibrary
Packages that use INativeLibrary
Package
Description
This package contains types used to publicly access and manipulate JEB's DEX Decompiler (referred
to as
dexdec
) Intermediate Representation (IR) objects.-
Uses of INativeLibrary in com.pnfsoftware.jeb.core.units.code.android.ir
Methods in com.pnfsoftware.jeb.core.units.code.android.ir that return INativeLibraryModifier and TypeMethodDescriptionIDState.loadNativeLibrary
(IELFUnit lib) Load (or retrieve a reference to an already-loaded) native SO library.IDState.loadNativeLibrary
(String libname) Load (or retrieve a reference to an already-loaded) native SO library.IDState.loadNativeLibrary
(String libname, boolean isPath) Load (or retrieve a reference to an already-loaded) native SO library.Methods in com.pnfsoftware.jeb.core.units.code.android.ir that return types with arguments of type INativeLibraryModifier and TypeMethodDescriptionIDState.getNativeLibraries()
Get the list of native libraries loaded in the native emulator.