Class IAndroidAppEmulator.AddressInfo
java.lang.Object
com.pnfsoftware.jeb.core.units.code.android.IAndroidAppEmulator.AddressInfo
- Enclosing interface:
IAndroidAppEmulator
Address information object, filled out by
examineAddress.-
Field Summary
FieldsModifier and TypeFieldDescriptionlongExamined address.longOffset of the address within the region.Memory region name containing the address.Optional symbol name associated with the address. -
Constructor Summary
ConstructorsConstructorDescriptionAddressInfo(long address) Create address information for an address.AddressInfo(long address, String regionName, long offsetInRegion) Create address information for an address inside a memory region. -
Method Summary
-
Field Details
-
address
public long addressExamined address. -
regionName
Memory region name containing the address. -
offsetInRegion
public long offsetInRegionOffset of the address within the region. -
symbolName
Optional symbol name associated with the address.
-
-
Constructor Details
-
AddressInfo
public AddressInfo(long address) Create address information for an address.- Parameters:
address- examined address
-
AddressInfo
Create address information for an address inside a memory region.- Parameters:
address- examined addressregionName- region nameoffsetInRegion- offset within the region
-
-
Method Details