Uses of Interface
com.pnfsoftware.jeb.core.units.code.debug.IDebuggerUnitIdentifier
Packages that use IDebuggerUnitIdentifier
Package
Description
Core back-end APIs used to bootstrap JEB, manage engines contexts and projects, and describe
plugins, artifacts, and related metadata.
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.