| com.pnfsoftware.jeb.core.units.code.android.INativeLibrary |
Description of a native code ELF library (dynamic SO) managed by emulators.
Can be retrieved with loadNativeLibrary(String).
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract IELFUnit |
getElfUnit()
The source ELF unit (a shared object) representing the library.
| ||||||||||
| abstract long |
getMappingAddress()
The mapping address of the library within the emulated memory space of the
native emulator. | ||||||||||
| abstract boolean |
isBad()
Determine whether the library was successfully loaded by the emulator.
| ||||||||||
The source ELF unit (a shared object) representing the library.
The mapping address of the library within the emulated memory space of the
native emulator.
Determine whether the library was successfully loaded by the emulator.