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, including
dexdec, the dex decompiler.This package and sub-packages contain types used by the native code analysis pipeline, including
gendec (the generic decompiler).Standard implementations of debugger related interfaces.
JEB Core-specific utility types, primarily helper classes related to units and engines.
-
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 TypeInterfaceDescriptioninterfaceSpecialized 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 TypeInterfaceDescriptioninterfaceDefinition 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 ICodeUnitDebuggerUtil.getPotentialDebuggee(IDebuggerUnit manager, long memoryAddress) Retrieve theICodeUnitthat may contain the long memory address.
If there is only one potential debuggee, it is returned.static booleanDebuggerUtil.isNativeCodeDebugger(IDebuggerUnit unit) Determine whether a debugger manages native code units.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 IDebuggerUnitDebuggerHelper.getDebugger(IUnit unit) Retrieve or create a debugger for the provided code unit.static IDebuggerUnitDebuggerHelper.getDebugger(IUnit unit, boolean createIfNotExist) Retrieve a debugger for the provided code unit.