proxmark3/client/resources
Philippe Teuwen 83e083100b Bring LZ4 support for hardnested tables
Testing perfs on an old 8-core laptop:
BZ2   :   2 Mb, average decompression time: 5514 ms
LZ4 -9:   9 Mb, average decompression time:  837 ms
RAW   : 704 Mb, average decompression time:  368 ms

Other LZ4 options don't help: -1 is slower and bigger, --favor-decSpeed does not do anything

To enable:

apt install liblz4-dev
cd client/resources/hardnested_tables
for i in *bz2; do bunzip2 $i; lz4 -9 --rm ${i%.bz2}; done
2023-07-15 22:58:00 +02:00
..
hardnested_tables Bring LZ4 support for hardnested tables 2023-07-15 22:58:00 +02:00
aid_desfire.json Disney MagicBand 2023-05-29 06:57:39 +02:00
aidlist.json Update aidlist.json 2023-06-22 18:30:52 +03:00
capk.txt
ecplist.json Update ECP database 2023-07-12 10:45:24 +03:00
emv_defparams.json
hardnested_bf_bench_data.bin
hf_fido2_defparams.json Rename hf-fido2_defparams.json to hf_fido2_defparams.json 2021-06-15 13:46:27 +03:00
iclass_decryptionkey.bin Add iCLASS key 2021-10-16 21:06:58 +02:00
iclass_dump.bin
key_retail.bin hf 14a info - add MFC EV1 signature checks 2021-02-19 13:39:35 +01:00
mad.json new AID for Kiev metro card 2023-06-21 18:45:25 +02:00
oids.json
sim011.bin
sim011.sha512.txt
sim013.bin add updated sim module firmware v4.13, this is breaking change for smart category commands 2022-12-09 07:36:02 +01:00
sim013.sha512.txt add updated sim module firmware v4.13, this is breaking change for smart category commands 2022-12-09 07:36:02 +01:00
vas_privkey.der added a sample VAS private key to client/resources folder. Updated helptexts 2023-07-09 13:00:09 +02:00