| java.lang.Object | |||
| ↳ | com.pnfsoftware.jeb.core.AbstractPlugin | ||
| ↳ | com.pnfsoftware.jeb.core.AbstractEnginesPlugin | ||
| ↳ | com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.emulator.MarsAnalyticaTracerPlugin | ||
Mars analytica tracer plugin.
Refer to the blog for more information.
| 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
| |||||||||||
Load the plugin. This method is called by the owner context exactly
once, just after the engines plugin instantiation.
| context | the context in which this plugin executes (never null) |
|---|