File: How-to-write-a-parser-plugin.md

package info (click to toggle)
plaso 20190131-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 410,832 kB
  • sloc: python: 76,636; sh: 926; makefile: 167; xml: 70; sql: 14; vhdl: 11
file content (12 lines) | stat: -rw-r--r-- 299 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
# How to write a parser plugin

Writing a parser plugin is different depending on which parser you're writing a plugin for. Parsers that support plugins are:

* bencode
* cookie
* esedb
* olecf
* plist
* [sqlite](How-to-write-a-SQLite-plugin.md)
* [syslog](How-to-write-a-Syslog-plugin.md)
* winreg