Uses of Interface
com.pnfsoftware.jeb.core.units.code.debug.IDebuggerUnitIdentifier
Packages that use IDebuggerUnitIdentifier
Package
Description
The core package and sub-packages define classes and interfaces to interact with and
develop JEB back-end plugins.
Types used to implement and access data identifiers, parsers, code analyzers, disassemblers,
decompilers, and debuggers.
-
Uses of IDebuggerUnitIdentifier in com.pnfsoftware.jeb.core
Methods in com.pnfsoftware.jeb.core that return types with arguments of type IDebuggerUnitIdentifierModifier and TypeMethodDescriptionIEnginesContext.getDebuggerUnitIdentifiers()
Retrieve the list of identifiers specifically for debugger units. -
Uses of IDebuggerUnitIdentifier in com.pnfsoftware.jeb.core.units
Methods in com.pnfsoftware.jeb.core.units that return types with arguments of type IDebuggerUnitIdentifierModifier and TypeMethodDescriptionIUnitProcessor.getDebuggerUnitIdentifiers()
Get a list of unit identifier for debugger units only.