OpenSBI Edit Lite: Difference between revisions

From SpybotWiki
Jump to navigation Jump to search
m (added screenshots)
mNo edit summary
 
(4 intermediate revisions by one other user not shown)
Line 1: Line 1:
[[Image:Opensbieditlite-syntaxhighlighting.png|200px|thumb|Syntax Highlighting]]
[[Image:Opensbieditlite-syntaxhighlighting.png|200px|thumb|Syntax Highlighting]]
[[Image:Opensbieditlite-codecompletion.png|200px|thumb|Syntax Highlighting]]
[[Image:Opensbieditlite-codecompletion.png|200px|thumb|Code Completion]]
[[Image:Opensbieditlite-contexthelp.png|200px|thumb|Syntax Highlighting]]
[[Image:Opensbieditlite-contexthelp.png|200px|thumb|Context-sensitive Help]]
''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]].
''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]].


Line 7: Line 7:
* Syntax highlighting (provides a more structured view)
* Syntax highlighting (provides a more structured view)
* Context sensitive help (press F1 for detailed help on the syntax of the current command)
* 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)
* Code completion (hit Ctrl+Space for a list of commands, Shift+Space to complete the list of parameters)
* A quick [[:Category:SBI Commands|reference list]] of [[SBI Commands|SBI commands]]
* A quick [[:Category:SBI Commands|reference list]] of [[SBI Commands|SBI commands]]
* A quick [[:Category:Advanced file parameters|reference list]] of [[Advanced file parameters|advanced file parameters]]
* A quick [[:Category:Advanced file parameters|reference list]] of [[Advanced file parameters|advanced file parameters]]
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]].


==Tutorials==
==Tutorials==

Latest revision as of 14:53, 29 May 2008

Syntax Highlighting
Code Completion
Context-sensitive Help

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

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.