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 Type
    Method
    Description
    The source ELF unit (a shared object) representing the library.
    long
    The mapping address of the library within the emulated memory space of the native emulator.
    boolean
    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 the native emulator.
      Returns: