Uses of Interface
com.pnfsoftware.jeb.core.units.code.asm.analyzer.IMemoryModel
Packages that use IMemoryModel
Package
Description
Types relating to the disassembler engine.
-
Uses of IMemoryModel in com.pnfsoftware.jeb.core.units.code.asm.analyzer
Subinterfaces of IMemoryModel in com.pnfsoftware.jeb.core.units.code.asm.analyzerModifier and TypeInterfaceDescriptioninterface
The memory model for the local stack of a method.interface
INativeCodeModel<InsnType extends IInstruction>
Memory model manager fornative code unit
, normally handled by acode analyzer
.Methods in com.pnfsoftware.jeb.core.units.code.asm.analyzer that return IMemoryModelConstructors in com.pnfsoftware.jeb.core.units.code.asm.analyzer with parameters of type IMemoryModelModifierConstructorDescriptionMemoryModelEvent
(MemoryModelEventType eventType, IMemoryModel model) MemoryModelEvent
(MemoryModelEventType eventType, IMemoryModel model, Object eventDetails)