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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
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) |
---|