public interface

ICodeAnalyzerListener

com.pnfsoftware.jeb.core.units.code.asm.analyzer.ICodeAnalyzerListener<InsnType extends com.pnfsoftware.jeb.core.units.code.IInstruction>

Summary

Public Methods
abstract void onModelUpdate(INativeCodeModel<InsnType> model)
The analyzer call this method after it succesfuly updated the memory code model, eg, addition or removal of routines, data items, instructions, etc..

Public Methods

public abstract void onModelUpdate (INativeCodeModel<InsnType> model)

The analyzer call this method after it succesfuly updated the memory code model, eg, addition or removal of routines, data items, instructions, etc..