Difference between revisions of "OpenSBI Edit Lite"
m (added importer plugin sdk feature) |
m (→Features: added FileMon/RegMon import info) |
||
Line 14: | Line 14: | ||
* Import functions to import [[InCtrl5]] logs into the [[SBI file format]]. | * Import functions to import [[InCtrl5]] logs into the [[SBI file format]]. | ||
* Import functions to import [[HijackThis]] logs into the [[SBI file format]]. | * Import functions to import [[HijackThis]] logs into the [[SBI file format]]. | ||
+ | * Import functions to import [[FileMon]] and [[RegMon]] logs into the [[SBI file format]]. | ||
* Plugin structure for custom [[Importer Plugin SDK|importer plugins]]. | * Plugin structure for custom [[Importer Plugin SDK|importer plugins]]. | ||
Revision as of 11:12, 28 May 2008
OpenSBI Edit Lite is our editor for creating custom malware detection files for Spybot - Search & Destroy. It allows you to edit files in SBI file format.
Features
- Syntax highlighting (provides a more structured view)
- Context sensitive help (press F1 for detailed help on the syntax of the current command)
- Code completion (hit Ctrl+Space for a list of commands, o Shift+Space to complete the list of parameters)
- A quick reference list of SBI commands
- A quick reference list of advanced file parameters
- A quick reference for path templates
- A quick reference for description templates
- Import functions to import InCtrl5 logs into the SBI file format.
- Import functions to import HijackThis logs into the SBI file format.
- Import functions to import FileMon and RegMon logs into the SBI file format.
- Plugin structure for custom importer plugins.
Tutorials
Trivia
Various import filters that are designed to build a simple construct through point and click lead us to the describing term rapid detection prototyping (RDP), in allusion to rapid application development (RAD), a point and click technology to create software applications.