Writing plugins
You can write plugin programs as a script file using Python, Bravura Security’s PSLang scripting language, or as an executable.
There are libraries provided to help create plugin programs in Python. Run <instance>\instance.bat
to set the library paths required for using these libraries in Windows command line consoles.
The plugin script file or executable file must be located in the plugin directory. Input/output is passed in as plain text, in KVGroup format.
See also
For general information about the use of KVGroups, including syntax, see KVGroups.
For more information about PSLang, see the PSLang Manual (pslang.pdf)
To learn how to set options for running PSLang scripts, see Controlling plugin processes