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

package info (click to toggle)
plaso 20201007-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 519,924 kB
  • sloc: python: 79,002; sh: 629; xml: 72; sql: 14; vhdl: 11; makefile: 10
file content (14 lines) | stat: -rw-r--r-- 327 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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
* czip (Compound zip files)
* esedb
* olecf
* plist
* [sqlite](How-to-write-a-SQLite-plugin.md)
* [syslog](How-to-write-a-Syslog-plugin.md)
* winreg