public class

MarsAnalyticaTracerPlugin

extends AbstractEnginesPlugin
java.lang.Object
   ↳ com.pnfsoftware.jeb.core.AbstractPlugin
     ↳ com.pnfsoftware.jeb.core.AbstractEnginesPlugin
       ↳ com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.emulator.MarsAnalyticaTracerPlugin

Class Overview

Mars analytica tracer plugin.

Refer to the blog for more information.

Summary

Public Constructors
MarsAnalyticaTracerPlugin()
Public Methods
void execute(IEnginesContext context, Map<String, String> params)
IPluginInformation getPluginInformation()
void load(IEnginesContext context)
Load the plugin.
[Expand]
Inherited Methods
From class com.pnfsoftware.jeb.core.AbstractEnginesPlugin
From class com.pnfsoftware.jeb.core.AbstractPlugin
From class java.lang.Object
From interface com.pnfsoftware.jeb.core.IEnginesPlugin
From interface com.pnfsoftware.jeb.core.IPlugin

Public Constructors

public MarsAnalyticaTracerPlugin ()

Public Methods

public void execute (IEnginesContext context, Map<String, String> params)

public IPluginInformation getPluginInformation ()

public void load (IEnginesContext context)

Load the plugin. This method is called by the owner context exactly once, just after the engines plugin instantiation.

Parameters
context the context in which this plugin executes (never null)