Uses of Interface
com.pnfsoftware.jeb.core.units.code.asm.INativeDebuggerUnit
Packages that use INativeDebuggerUnit
Package
Description
This package and sub-packages contain all types used by Android code analysis plugins, including
dexdec, the dex decompiler.Standard implementations of debugger related interfaces.
-
Uses of INativeDebuggerUnit in com.pnfsoftware.jeb.core.units.code.android
Methods in com.pnfsoftware.jeb.core.units.code.android that return INativeDebuggerUnitModifier and TypeMethodDescriptionIDalvikDebuggerUnit.getNativeDebugger()Get the associated native debugger, when available. -
Uses of INativeDebuggerUnit in com.pnfsoftware.jeb.core.units.code.debug.impl
Methods in com.pnfsoftware.jeb.core.units.code.debug.impl with parameters of type INativeDebuggerUnitModifier and TypeMethodDescriptionstatic byte[]DebuggerUtil.readMemorySafe(INativeDebuggerUnit unit, long address, int maxlength) Read exact memory data at specified address.static byte[]DebuggerUtil.readMemoryStringSafe(INativeDebuggerUnit unit, long address, int length) Temporarily disabled.