Commit graph

305 commits

Author SHA1 Message Date
iceman1001
9a73048008 adapt text for FDXB 2020-10-12 14:33:17 +02:00
Philippe Teuwen
2ee9ea0ef3 Add Destron 2020-10-12 13:42:33 +02:00
Philippe Teuwen
0c6cf90ad3 fix tests 2020-10-12 01:00:38 +02:00
Philippe Teuwen
76701af8a7 Make clear current FDX in Pm3 is FDX-B only 2020-10-11 22:38:52 +02:00
iceman1001
6454e168fb adapt for data load changes 2020-10-09 22:25:33 +02:00
iceman1001
0f6016e2f6 adapt tests for new commands 2020-10-09 21:11:18 +02:00
iceman1001
eb05cadb1c hid 2020-10-07 01:29:00 +02:00
iceman1001
3abdf1c651 reverse mem fix 2020-10-07 00:14:41 +02:00
Philippe Teuwen
491adacb94 get rid of tabs 2020-10-06 20:45:13 +02:00
Philippe Teuwen
008c920db0 Add incognito option to avoid manglign history & logs during tests 2020-10-06 18:11:45 +02:00
iceman1001
64f9bb5e01 style 2020-10-06 18:00:00 +02:00
iceman1001
92a768ce0e fix regression test since lf hid demod output has changed 2020-10-06 17:23:15 +02:00
Philippe Teuwen
042342dc8f fpga_compress: fix mem leak 2020-10-06 16:57:04 +02:00
iceman1001
f2078ec0c2 free args 2020-10-06 16:17:22 +02:00
Philippe Teuwen
b4058bc72c reorg traces 2020-09-29 17:35:48 +02:00
Philippe Teuwen
d22ee1091b fix Presco demod 2020-09-29 00:36:35 +02:00
Philippe Teuwen
aadf62bd1f Add test & trace for gproxii 2020-09-28 17:30:13 +02:00
Philippe Teuwen
a82c3bdc1f add lf tests and traces 2020-09-28 17:15:35 +02:00
Philippe Teuwen
3e0cc83e3c textual 2020-09-26 18:31:15 +02:00
Philippe Teuwen
b1c641724b recover_pk selftests 2020-09-26 17:58:16 +02:00
Philippe Teuwen
58eb9faa84 recover_pk: remove sslcrypto dep 2020-09-26 17:58:16 +02:00
Philippe Teuwen
56c99d223c recover_pk: seach with and without sha256 2020-09-24 11:58:17 +02:00
Philippe Teuwen
55224eed75 recover_pk: add note about hashes 2020-09-24 11:25:43 +02:00
Philippe Teuwen
31c96ae7cf Add script to recover PKs 2020-09-24 10:07:18 +02:00
iceman1001
0d58488bec text 2020-09-14 22:22:40 +02:00
iceman1001
ca3fe1db4a more regression test, gproxII, idteck 2020-09-14 22:22:16 +02:00
iceman1001
113ca294a1 lock 2020-08-20 10:41:00 +02:00
iceman1001
2c930064a3 clean up and proper init 2020-08-19 23:00:08 +02:00
Philippe Teuwen
b134753a08 cryptorf: style 2020-08-19 22:19:46 +02:00
Philippe Teuwen
a76596c3fe cryptorf: minor tweak 2020-08-19 22:17:58 +02:00
Philippe Teuwen
9ade745f07 rework cryptorf 2020-08-19 21:48:25 +02:00
iceman1001
5525cefd19 commented out crf since it needs to be adapted for a modern libnfc 2020-08-19 15:25:50 +02:00
iceman1001
073e79553e added the securememory simulator_recovery code by @Roel et al 2020-08-19 15:24:32 +02:00
Philippe Teuwen
4ed57c7c4d make style 2020-08-13 12:25:04 +02:00
iceman1001
62d9b403b4 Merge branch 'master' of github.com:RfidResearchGroup/proxmark3 into fpga 2020-08-03 21:22:13 +02:00
James Cook
40be40518d update bin2eml script from https://github.com/samyk/samytools/ 2020-07-31 18:05:42 -07:00
iceman1001
804e2661f3 key file py script - @ikarus 2020-07-14 15:55:44 +02:00
iceman1001
0d4c537ede version info for FeliCa fpga image 2020-07-08 11:05:04 +02:00
iceman1001
fb2735ef86 text 2020-06-27 00:07:09 +02:00
Aram Verstegen
99734474fb Little optimization for hitag2hell attack 2020-06-22 22:34:05 +02:00
Philippe Teuwen
224cb2ffd7 make style 2020-06-08 03:15:10 +02:00
Philippe Teuwen
fa0b658436 Remove zlib entirely, no need for fpga_compress anymore to compress hardnested tables, now to be compressed with bzip2 2020-06-08 02:50:43 +02:00
Philippe Teuwen
15012198f9 client: replace zlib by bzip2 2020-06-08 02:50:43 +02:00
iceman1001
1bb7b041c0 resource leaks 2020-06-07 20:45:55 +02:00
iceman1001
5c43caa6b1 fix: ftell uses long int 2020-06-07 19:36:48 +02:00
iceman1001
9a2a5496c0 fix, resource leaks 2020-06-07 19:33:32 +02:00
Philippe Teuwen
ef6b775f9f lz4/fpga_compress: avoid alignment problems
fpga_compress.c:176:32: warning: cast from 'char *' to 'int *' increases required alignment from 1 to 4 [-Wcast-align]
        const int cmp_bytes = *(int*)(compressed_fpga_stream.next_in);
                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2020-06-07 13:10:59 +02:00
Philippe Teuwen
df9f34ba2b lz4/fpga_compress: remove warning missing-braces
fpga_compress.c:154:49: error: suggest braces around initialization of subobject [-Werror,-Wmissing-braces]
    LZ4_streamDecode_t lz4StreamDecode_body = { 0 };
                                                ^
                                                {}
2020-06-07 13:02:51 +02:00
slurdge
cb03286420 fpga_compress uses lz4 2020-06-03 16:07:35 +02:00
iceman1001
1b9490c6aa cppchecker 2020-06-02 13:07:25 +02:00