public interface

INativeLibrary

com.pnfsoftware.jeb.core.units.code.android.INativeLibrary

Class Overview

Description of a native code ELF library (dynamic SO) managed by emulators.

Can be retrieved with loadNativeLibrary(String).

Summary

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.

Public Methods

public abstract IELFUnit getElfUnit ()

The source ELF unit (a shared object) representing the library.

public abstract long getMappingAddress ()

The mapping address of the library within the emulated memory space of the native emulator.

public abstract boolean isBad ()

Determine whether the library was successfully loaded by the emulator.