Uses of Interface
com.pnfsoftware.jeb.core.units.code.asm.processor.IProcessor
Packages that use IProcessor
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.
This package and its sub-packages contain the types used to access
gendec, JEB's generic
decompiler.Types used to define and represent processors' instructions, operands, and registers.
Types used by debugger plugins.
-
Uses of IProcessor in com.pnfsoftware.jeb.core.units
Methods in com.pnfsoftware.jeb.core.units that return IProcessorModifier and TypeMethodDescriptionINativeCodeUnit.getProcessor()Retrieve the machine code parser (pseudo-processor) managed by this unit.Methods in com.pnfsoftware.jeb.core.units with parameters of type IProcessorModifier and TypeMethodDescriptionvoidINativeCodeUnit.setProcessor(IProcessor<InsnType> proc) Set the code parser (processor) used by this unit. -
Uses of IProcessor in com.pnfsoftware.jeb.core.units.code.asm
Methods in com.pnfsoftware.jeb.core.units.code.asm that return IProcessorModifier and TypeMethodDescriptionIProcessor<?> INativeContext.getProcessor()Retrieve the machine code parser (pseudo-processor).INativeDisassemblerPlugin.getProcessor(IUnitCreator parent) -
Uses of IProcessor in com.pnfsoftware.jeb.core.units.code.asm.analyzer
Methods in com.pnfsoftware.jeb.core.units.code.asm.analyzer that return IProcessorModifier and TypeMethodDescriptionINativeCodeAnalyzer.getProcessor()Retrieve a reference to the machine code processor. -
Uses of IProcessor in com.pnfsoftware.jeb.core.units.code.asm.decompiler
Fields in com.pnfsoftware.jeb.core.units.code.asm.decompiler declared as IProcessorConstructors in com.pnfsoftware.jeb.core.units.code.asm.decompiler with parameters of type IProcessorModifierConstructorDescriptionprotectedAbstractConverter(IProcessor<InsnType> proc) protectedAbstractConverter(IProcessor<InsnType> proc, int registerBitsize) protectedAbstractConverter(IProcessor<InsnType> proc, int registerBitsize, int addressBitsize) -
Uses of IProcessor in com.pnfsoftware.jeb.core.units.code.asm.processor
Classes in com.pnfsoftware.jeb.core.units.code.asm.processor that implement IProcessorModifier and TypeClassDescriptionclassAbstractProcessor<InsnType extends IInstruction>An abstract implementation of aprocessor. -
Uses of IProcessor in com.pnfsoftware.jeb.core.units.code.debug
Methods in com.pnfsoftware.jeb.core.units.code.debug that return IProcessorModifier and TypeMethodDescriptionIProcessor<? extends IInstruction> IDebuggerUnit.getProcessor()