Commit graph

9474 commits

Author SHA1 Message Date
iceman1001
e756b9c908 chg: swap from xenial to bionic as build 2020-06-08 10:38:32 +02:00
iceman1001
990d33e109 fix: appveyor checks for bz2 2020-06-08 10:21:17 +02:00
iceman1001
a7799a5bf8 Merge branch 'master' of github.com:RfidResearchGroup/proxmark3 2020-06-08 09:23:16 +02:00
iceman1001
8f8d42652b remove dependency 2020-06-08 09:23:08 +02:00
Iceman
e0371987ac
Update CMakeLists.txt
We swapped from zlib to  bz2
2020-06-08 09:11:13 +02:00
Philippe Teuwen
224cb2ffd7 make style 2020-06-08 03:15:10 +02:00
Philippe Teuwen
a1eb8e78b6 adapt get_lz4.sh 2020-06-08 03:11:16 +02:00
Philippe Teuwen
e5a97f3e80 dockerfiles for tests 2020-06-08 02:53:13 +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
Philippe Teuwen
8418e89180 fix gitignore, was masking tools/fpga_compress 2020-06-08 02:49:38 +02:00
iceman1001
690db96a7d fix: osx doesn't like target directive 2020-06-07 22:05:54 +02:00
iceman1001
93dbb24103 ftell return signed 2020-06-07 20:46:29 +02:00
iceman1001
1bb7b041c0 resource leaks 2020-06-07 20:45:55 +02:00
iceman1001
d0b22cbd95 coverty 290397, 290399 2020-06-07 20:11:36 +02:00
iceman1001
307e39bb22 exposing function 2020-06-07 19:47:36 +02:00
iceman1001
a9d89c7d06 fix: RAMFUNC 2020-06-07 19:46:41 +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
iceman1001
8dd56a9004 fix resource leak 2020-06-07 19:29:14 +02:00
iceman1001
ae10e76cb5 fix resource leak 2020-06-07 19:25:56 +02:00
iceman1001
45f98b721c Merge branch 'master' of github.com:RfidResearchGroup/proxmark3 2020-06-07 19:23:56 +02:00
iceman1001
79ce948bc3 warnings protype missing 2020-06-07 19:23:48 +02:00
Philippe Teuwen
07c6e124c5 textual 2020-06-07 19:20:36 +02:00
Iceman
fc1f137f0c
Merge pull request #759 from slurdge/lz4_new
[WIP] Zlib->LZ4 change
2020-06-07 18:43:44 +02:00
iceman1001
7f5c9a2681 textual 2020-06-07 18:40:12 +02:00
Philippe Teuwen
efa055ff41
Merge pull request #760 from slurdge/thumb
Move most of libs to thumb mode.
2020-06-07 18:19:29 +02:00
slurdge
33781b1fd8 Move most of libs to thumb mode. 2020-06-07 17:29:25 +02:00
iceman1001
4e29909cc2 chg: pointer casting to sort out array out of bonds 2020-06-07 15:59:06 +02:00
iceman1001
09548ecf51 cleaning some code 2020-06-07 13:56:21 +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
Philippe Teuwen
b2c7ded7fc Adapt get_lz4.sh 2020-06-07 12:53:24 +02:00
Philippe Teuwen
381b47f64e lz4: add memmove to arm string.c 2020-06-07 12:46:34 +02:00
Philippe Teuwen
d48fcbf5eb lz4stream info to int: use memcpy 2020-06-07 12:46:05 +02:00
iceman1001
c84f81de76 chg: 'sc raw' - print response bytes 2020-06-06 23:32:09 +02:00
slurdge
cce2e7aad3 Remove inline to save 2.5Kb of flash 2020-06-06 15:34:25 +02:00
slurdge
1a8eff5d42 add lz4 to arm side 2020-06-05 16:24:05 +02:00
iceman1001
5bd300bb59 hint on failed serial port 2020-06-05 14:20:52 +02:00
Philippe Teuwen
8852e1f9cd Remove readline from libamiibo, no reason to be there 2020-06-05 13:13:27 +02:00
iceman1001
fde1fd8732 improved helptext 2020-06-05 11:43:27 +02:00
iceman1001
f354f480de chg; return codes 2020-06-05 11:05:46 +02:00
iceman1001
4e207da500 add simulation of MFU ultralight card with NDEF trace 2020-06-04 11:56:57 +02:00
iceman1001
d2a499ce5e chg: 'trace save' - use .trace extension 2020-06-04 11:52:58 +02:00
iceman1001
fd93222fdb chg: 'trace save' - if client has no log, try download from device before saveing 2020-06-04 11:50:41 +02:00
iceman1001
66fd599c70 fix: 'hf mfu ndef' - now prints ID field correct if present 2020-06-04 11:32:33 +02:00
Iceman
bd5aa92a56
Update README.md 2020-06-04 09:24:17 +02:00
Iceman
62afc14335
Update README.md 2020-06-04 09:22:17 +02:00
iceman1001
bbd9271fa3 chg: 'hf lto restore' - now uses save loads and case-ignore extensions 2020-06-03 17:28:29 +02:00
iceman1001
4ba4c76081 added a loadEML_safe fct 2020-06-03 17:27:38 +02:00