Interface INativeLibrary
public interface INativeLibrary
Description of a native code ELF library (dynamic SO) managed by emulators.
Can be retrieved with IDState.loadNativeLibrary(String)
.
-
Method Summary
Modifier and TypeMethodDescriptionThe source ELF unit (a shared object) representing the library.long
The mapping address of the library within the emulated memory space of thenative emulator
.boolean
isBad()
Determine whether the library was successfully loaded by the emulator.
-
Method Details
-
getElfUnit
IELFUnit getElfUnit()The source ELF unit (a shared object) representing the library.- Returns:
-
isBad
boolean isBad()Determine whether the library was successfully loaded by the emulator.- Returns:
-
getMappingAddress
long getMappingAddress()The mapping address of the library within the emulated memory space of thenative emulator
.- Returns:
-