Uses of Interface
com.pnfsoftware.jeb.core.units.code.debug.IDebuggerUnit
Packages that use IDebuggerUnit
Package
Description
Types used to implement and access data identifiers, parsers, code analyzers, disassemblers,
decompilers, and debuggers.
This package and sub-packages contain all types used by Android code analysis plugins.
This package and sub-packages contains types used by the native code analysis pipeline, including
gendec
(the generic decompiler).Standard implementations of debugger related interfaces.
Utility types specific to JEB core, such as unit helper classes.
-
Uses of IDebuggerUnit in com.pnfsoftware.jeb.core.units
Methods in com.pnfsoftware.jeb.core.units that return IDebuggerUnitModifier and TypeMethodDescriptionIUnitProcessor.createDebugger
(String name, IUnit parent) Convenience method that processes a code unit to produce an associated debugger unit. -
Uses of IDebuggerUnit in com.pnfsoftware.jeb.core.units.code.android
Subinterfaces of IDebuggerUnit in com.pnfsoftware.jeb.core.units.code.androidModifier and TypeInterfaceDescriptioninterface
Specialized interface for Dalvik code debuggers. -
Uses of IDebuggerUnit in com.pnfsoftware.jeb.core.units.code.asm
Subinterfaces of IDebuggerUnit in com.pnfsoftware.jeb.core.units.code.asmModifier and TypeInterfaceDescriptioninterface
Definition of native code debuggers. -
Uses of IDebuggerUnit in com.pnfsoftware.jeb.core.units.code.debug.impl
Methods in com.pnfsoftware.jeb.core.units.code.debug.impl with parameters of type IDebuggerUnitModifier and TypeMethodDescriptionstatic ICodeUnit
DebuggerUtil.getPotentialDebuggee
(IDebuggerUnit manager, long memoryAddress) Retrieve theICodeUnit
that may contains the long memory Address.
If there is only one potential debuggee, it is returned.static boolean
DebuggerUtil.isNativeCodeDebugger
(IDebuggerUnit unit) static byte[]
DebuggerUtil.readMemorySafe
(IDebuggerUnit unit, long address, int maxlength) Read exact memory data at specified address.static byte[]
DebuggerUtil.readMemoryStringSafe
(IDebuggerUnit unit, long address, int length) Temporarily disabled. -
Uses of IDebuggerUnit in com.pnfsoftware.jeb.core.util
Methods in com.pnfsoftware.jeb.core.util that return IDebuggerUnitModifier and TypeMethodDescriptionstatic IDebuggerUnit
DebuggerHelper.getDebugger
(IUnit unit) Retrieve or create a debugger for the provided code unit.static IDebuggerUnit
DebuggerHelper.getDebugger
(IUnit unit, boolean createIfNotExist) Retrieve a debugger for the provided code unit.