Uses of Interface
com.pnfsoftware.jeb.core.units.code.asm.analyzer.INativeCodeAnalyzerExtension
Packages that use INativeCodeAnalyzerExtension
Package
Description
Types used to implement and access data identifiers, parsers, code analyzers, disassemblers,
decompilers, and debuggers.
This package and sub-packages contains types used by the native code analysis pipeline, including
gendec
(the generic decompiler).Types relating to the disassembler engine.
-
Uses of INativeCodeAnalyzerExtension in com.pnfsoftware.jeb.core.units
Methods in com.pnfsoftware.jeb.core.units that return INativeCodeAnalyzerExtensionModifier and TypeMethodDescriptionINativeCodeUnit.getAnalyzerExtension()
Get the principal code analyzer extension attached to this unit.Methods in com.pnfsoftware.jeb.core.units with parameters of type INativeCodeAnalyzerExtensionModifier and TypeMethodDescriptionvoid
INativeCodeUnit.setAnalyzerExtension
(INativeCodeAnalyzerExtension<InsnType> ext) Set the principal code analyzer extension for this unit. -
Uses of INativeCodeAnalyzerExtension in com.pnfsoftware.jeb.core.units.code.asm
Methods in com.pnfsoftware.jeb.core.units.code.asm that return INativeCodeAnalyzerExtension -
Uses of INativeCodeAnalyzerExtension in com.pnfsoftware.jeb.core.units.code.asm.analyzer
Subinterfaces of INativeCodeAnalyzerExtension in com.pnfsoftware.jeb.core.units.code.asm.analyzerModifier and TypeInterfaceDescriptioninterface
INativeCodeAnalyzerExtensionsManager<InsnType extends IInstruction>
Interface for the extensions manager of theINativeCodeAnalyzer
.Classes in com.pnfsoftware.jeb.core.units.code.asm.analyzer that implement INativeCodeAnalyzerExtensionModifier and TypeClassDescriptionclass
AbstractAnalyzerExtension<InsnType extends IInstruction>
Extension of theINativeCodeAnalyzer
.Methods in com.pnfsoftware.jeb.core.units.code.asm.analyzer that return INativeCodeAnalyzerExtensionModifier and TypeMethodDescriptionINativeCodeAnalyzer.getAnalyzerExtensionsManager()
Retrieve a reference to the analyzer extensions manager.Methods in com.pnfsoftware.jeb.core.units.code.asm.analyzer with parameters of type INativeCodeAnalyzerExtensionModifier and TypeMethodDescriptionvoid
INativeCodeAnalyzerExtensionsManager.registerExtension
(INativeCodeAnalyzerExtension<InsnType> ext) Register an extension with aINativeCodeAnalyzerExtensionsManager.ExtensionPriority.MEDIUM_PRIORITY
.void
INativeCodeAnalyzerExtensionsManager.registerExtension
(INativeCodeAnalyzerExtension<InsnType> ext, INativeCodeAnalyzerExtensionsManager.ExtensionPriority priority) Register an extension with the given priority.Method parameters in com.pnfsoftware.jeb.core.units.code.asm.analyzer with type arguments of type INativeCodeAnalyzerExtensionModifier and TypeMethodDescriptionvoid
INativeCodeAnalyzerExtensionsManager.registerExtensions
(List<INativeCodeAnalyzerExtension<InsnType>> listExt, boolean removePreviousExtensions) Register a list of extensions with aINativeCodeAnalyzerExtensionsManager.ExtensionPriority.MEDIUM_PRIORITY
.