Uses of Interface
com.pnfsoftware.jeb.core.units.code.asm.analyzer.INativeCodeModel
Packages that use INativeCodeModel
Package
Description
Types used to implement and access data identifiers, parsers, code analyzers, disassemblers,
decompilers, and debuggers.
Types related to JEB code plugins, including disassemblers, decompilers, and debuggers.
Types relating to the disassembler engine.
-
Uses of INativeCodeModel in com.pnfsoftware.jeb.core.units
Methods in com.pnfsoftware.jeb.core.units that return INativeCodeModel -
Uses of INativeCodeModel in com.pnfsoftware.jeb.core.units.code
Methods in com.pnfsoftware.jeb.core.units.code with parameters of type INativeCodeModelModifier and TypeMethodDescriptionstatic CodePointer
CodePointer.createFrom
(long internalAddress, INativeCodeModel<?> model) -
Uses of INativeCodeModel in com.pnfsoftware.jeb.core.units.code.asm.analyzer
Methods in com.pnfsoftware.jeb.core.units.code.asm.analyzer that return INativeCodeModelModifier and TypeMethodDescriptionINativeCodeAnalyzer.getModel()
Get the memory model managed by this analyzer.