Commit graph

14338 commits

Author SHA1 Message Date
Richard Knoll
997e7b39dc Add entry to CHANGELOG.md 2021-08-28 18:46:06 +01:00
Richard Knoll
7a6f503161 Fix PAC/Stanley checksum calculation
The parity bit needs to be discarded when calculating the final
checksum byte value of PAC/Stanley card IDs. Verified by scanning
a tag which is now correctly identified.
2021-08-28 14:28:06 +01:00
Oleg Moiseenko
680fb12250
Merge pull request #1486 from merlokk/mst
make style
2021-08-25 14:48:39 +03:00
merlokk
d46d23d079 make style 2021-08-25 14:44:06 +03:00
Oleg Moiseenko
143d0140db
Merge pull request #1483 from merlokk/lrp_detect
hf mfdes detect with lrp mode and hf mfdes info updates
2021-08-25 14:24:35 +03:00
merlokk
13b0dc73d5 fix 2021-08-25 14:15:48 +03:00
Philippe Teuwen
2938baaed6 text 2021-08-25 12:58:00 +02:00
merlokk
81343f0ec1 fix info, add there desfire light tests 2021-08-25 13:57:35 +03:00
merlokk
4bf3c43c7f fix select command via iso channel (with wrapper) 2021-08-25 13:28:39 +03:00
Philippe Teuwen
2b3cd6e604 Remove PACKED on internal client struct containing pointers, it can break mem alignment 2021-08-25 11:02:17 +02:00
Philippe Teuwen
ba7f1b93b9 Remove PACKED on internal client struct containing pointers, it breaks mem alignment on clang-13 MacOSX 2021-08-25 10:49:47 +02:00
Philippe Teuwen
3cadd2906e Fix clang-13 warnings about unused variables 2021-08-25 10:10:46 +02:00
Philippe Teuwen
ce4eed2acf
Merge pull request #1484 from AxisRay/fix-dynamic-stack-buffer-overflow
fix dynamic-stack-buffer-overflow
2021-08-24 16:50:55 +02:00
Ray Lee
8998b0b46c fix dynamic-stack-buffer-overflow 2021-08-24 22:36:59 +08:00
Philippe Teuwen
3cee2a389c Missing fpga_hf.ise 2021-08-24 12:34:59 +02:00
merlokk
fddf7cf6b8 desfire info updates 2021-08-24 13:11:52 +03:00
merlokk
46f2defcd3 add auto select channel to lrp 2021-08-24 12:47:29 +03:00
Philippe Teuwen
4bcf1750d2
Merge pull request #1482 from AxisRay/fix-global-buffer-overflow
fix buffer overflow
2021-08-24 10:34:15 +02:00
Ray Lee
3c51ee4547 make style 2021-08-24 16:22:55 +08:00
Ray Lee
cc3e2cc3a9 use memcmp 2021-08-24 14:23:32 +08:00
Ray Lee
7b59029cdb maybe better 2021-08-24 13:22:50 +08:00
Ray Lee
d6145d76e7 fix buffer overflow 2021-08-24 10:43:32 +08:00
Philippe Teuwen
1cdddc270f typo 2021-08-23 11:06:38 +02:00
iceman1001
8edcfb925b text 2021-08-23 07:25:25 +02:00
merlokk
d716971430 detect lrp authentication 2021-08-22 23:12:16 +03:00
iceman1001
23190a0070 wrong size 2021-08-22 21:35:02 +02:00
iceman1001
8c646cf1ca Merge branch 'master' of github.com:RfidResearchGroup/proxmark3 2021-08-22 21:32:19 +02:00
iceman1001
e811b35a6f ntag i2c 2k - fast write 2021-08-22 21:32:14 +02:00
Oleg Moiseenko
9d072d168a
Merge pull request #1481 from merlokk/desf_fix
lsfiles fix
2021-08-22 22:29:52 +03:00
merlokk
df0c24cfad lsfiles fix 2021-08-22 22:29:21 +03:00
iceman1001
9c2cbe9fbb ntag i2c 2k select sector annotation 2021-08-22 21:16:33 +02:00
iceman1001
edc300ea97 ntag i2c 2k - select sector annotation 2021-08-22 21:02:11 +02:00
Philippe Teuwen
a06765e5a8 fix missing NTAG sizes 2021-08-22 17:48:05 +02:00
Philippe Teuwen
fdba7c2ff8 Safe check in sprint_bytebits_bin_break 2021-08-22 17:02:44 +02:00
Philippe Teuwen
0d7f93a8e7 Fix sprint_bin usages in hf mfu and felica 2021-08-22 16:53:15 +02:00
Philippe Teuwen
72d9bc94bb
Merge pull request #1479 from AxisRay/fix-bcc-error
fix bcc incorrect
2021-08-22 16:14:38 +02:00
iceman1001
3e6bad8b02 textual 2021-08-22 16:05:33 +02:00
Ray Lee
3d93a10ad0 fix bcc incorrect 2021-08-22 20:48:54 +08:00
Philippe Teuwen
4b88c71e39 Forgot new file... 2021-08-22 14:05:15 +02:00
Philippe Teuwen
b63dcb707e rework desfire declarations 2021-08-22 13:56:35 +02:00
Iceman
30c9572a0e
Merge pull request #1478 from mindseyex2/master
Update cmdhfmfu.c
2021-08-22 08:05:13 +02:00
mindseyex2
4f7b8c5c05
Update cmdhfmfu.c 2021-08-21 20:32:54 -07:00
Philippe Teuwen
849c1a4f38 readme 2021-08-22 01:31:10 +02:00
Philippe Teuwen
8e526567b3 review desfire.md 2021-08-22 01:23:46 +02:00
Philippe Teuwen
58dda7a809 rename static globals g_* as gs_*, keep g_ only for exported globals 2021-08-22 00:51:37 +02:00
Philippe Teuwen
ca2fcecfb9 changelog 2021-08-22 00:14:24 +02:00
Philippe Teuwen
ab450d6f57 add --mem to hf mf nested (brought from icopyx) 2021-08-21 23:56:54 +02:00
Philippe Teuwen
0f039582b3 icopyx retval, should be more generic... 2021-08-21 23:56:03 +02:00
Philippe Teuwen
e7a9ec6154 icopyx: mfu restore also pwd & pack 2021-08-21 23:55:21 +02:00
Philippe Teuwen
33edfbc0ad icopyx disable em4x50 search 2021-08-21 23:54:42 +02:00