Commit Graph

24 Commits

Author SHA1 Message Date
019c4302ad
Handle tiny files gracefully
All checks were successful
Alpine 3.20 Success
Arch Linux AUR Success
OpenBSD 7.5 Success
Lua detection functions used to cause fatal errors on failure to read.

We could also reconsider treating detection errors as fatal.
2024-12-08 22:37:12 +01:00
b87206bb93
elf.lua: fix a typo 2023-06-18 22:46:10 +02:00
9489358c92
xcursor.lua: fix file version decoding
The Xcursor header file contains more documentation than there is
in the actual documentation.
2021-11-17 12:18:37 +01:00
a539a5510f
Add an elementary decoder for Xcursor files 2021-11-17 11:48:10 +01:00
b3f117a785
Name change 2020-09-28 05:10:27 +02:00
16e24195e7
Cleanup, add comment 2018-10-27 15:08:18 +02:00
d22959cdd3
Relicense to 0BSD, update mail address
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.
2018-06-24 04:11:24 +02:00
a2e5661133
Add a partial decoder for PDF 2017-11-19 21:51:53 +01:00
59f1a85d1b
gzip.lua: fix variable scope 2017-11-14 03:23:45 +01:00
96f426f862
Add gzip.lua 2017-05-29 15:52:53 +02:00
3f39679a16
zlib.lua: fix endianity 2017-05-29 15:48:17 +02:00
e6e1c19bad
Add a partial decoder for RFC 1950: ZLIB 2017-05-21 21:10:37 +02:00
00d52aa37b
pcap.lua: fix decoding
Which didn't work before at all.
2017-02-07 16:29:08 +01:00
6a845e40b4
Add a partial decoder for ZIP 2017-02-05 22:29:55 +01:00
9d81b137e7
pcap.lua: slight cleanup
Should be a tiny bit faster, too.
2017-01-27 00:05:50 +01:00
f4a462bd43
Add a partial decoder for PCAPNG 2017-01-26 22:38:15 +01:00
ebf21a5e1c
Add a dummy plugin to disable interpretation 2017-01-26 22:26:14 +01:00
b3bb187233
Add a partial decoder for PCAP 2017-01-26 22:18:53 +01:00
daf17a52b0
bencode.lua: fix formatting 2017-01-26 22:18:53 +01:00
a6946be947
Add a partial decoder for VDI 2017-01-26 22:18:53 +01:00
b4cc98e63c
Add a decoder for bencode 2017-01-22 14:25:09 +01:00
b368d11415
elf.lua: decode section headers 2017-01-18 02:35:55 +01:00
52411d0a2e
elf.lua: decode program headers 2017-01-18 00:25:03 +01:00
1c1facb836
Add a WIP plugin for ELF files 2017-01-17 15:51:08 +01:00