Static Public Member Functions

com.google.security.zynamics.binnavi.API.plugins.StandAlone Class Reference

List of all members.

Static Public Member Functions

static synchronized PluginInterface getPluginInterface ()

Detailed Description

This class can be used to use the BinNavi API independently from com.google.security.zynamics.binnavi. That means you can access BinNavi objects from stand-alone scripts without having to run BinNavi simultaneously.

Please note that API access through this object does not provide all aspects of the BinNavi API. The following limitations exist:


Member Function Documentation

static synchronized PluginInterface com.google.security.zynamics.binnavi.API.plugins.StandAlone.getPluginInterface (  )  [static]

Returns the plugin interface that can be used from stand-alone scripts.

Returns:
The plugin interface that can be used from stand-alone scripts.