aboutsummaryrefslogtreecommitdiff
path: root/plugins
Commit message (Collapse)AuthorAgeFilesLines
* elf.lua: fix a typoPřemysl Eric Janouch2023-06-181-1/+1
|
* xcursor.lua: fix file version decodingPřemysl Eric Janouch2021-11-171-2/+2
| | | | | The Xcursor header file contains more documentation than there is in the actual documentation.
* Add an elementary decoder for Xcursor filesPřemysl Eric Janouch2021-11-171-0/+54
|
* Name changePřemysl Eric Janouch2020-09-288-8/+8
|
* Cleanup, add commentPřemysl Janouch2018-10-271-0/+1
|
* Relicense to 0BSD, update mail addressPřemysl Janouch2018-06-248-24/+16
| | | | | | | | | I've come to the conclusion that copyright mostly just stands in the way of software development. In my jurisdiction I cannot give up my own copyright and 0BSD seems to be the closest thing to public domain. The updated mail address, also used in my author/committer lines, is shorter and looks nicer. People rarely interact anyway.
* Add a partial decoder for PDFPřemysl Janouch2017-11-191-0/+514
|
* gzip.lua: fix variable scopePřemysl Janouch2017-11-141-1/+1
|
* Add gzip.luaPřemysl Janouch2017-05-291-0/+185
|
* zlib.lua: fix endianityPřemysl Janouch2017-05-291-2/+1
|
* Add a partial decoder for RFC 1950: ZLIBPřemysl Janouch2017-05-211-0/+57
|
* pcap.lua: fix decodingPřemysl Janouch2017-02-071-8/+8
| | | | Which didn't work before at all.
* Add a partial decoder for ZIPPřemysl Janouch2017-02-051-0/+81
|
* pcap.lua: slight cleanupPřemysl Janouch2017-01-271-40/+43
| | | | Should be a tiny bit faster, too.
* Add a partial decoder for PCAPNGPřemysl Janouch2017-01-261-2/+70
|
* Add a dummy plugin to disable interpretationPřemysl Janouch2017-01-261-0/+1
|
* Add a partial decoder for PCAPPřemysl Janouch2017-01-261-0/+178
|
* bencode.lua: fix formattingPřemysl Janouch2017-01-261-1/+1
|
* Add a partial decoder for VDIPřemysl Janouch2017-01-261-0/+88
|
* Add a decoder for bencodePřemysl Janouch2017-01-221-0/+80
|
* elf.lua: decode section headersPřemysl Janouch2017-01-181-14/+88
|
* elf.lua: decode program headersPřemysl Janouch2017-01-181-65/+130
|
* Add a WIP plugin for ELF filesPřemysl Janouch2017-01-171-0/+309