Commit graph

17210 commits

Author SHA1 Message Date
iceman1001 4f96d3eb46 style 2023-10-03 17:10:39 +02:00
Iceman af685fe47c
Merge pull request #2116 from p51d78th/master
Fixing macOS errors.
2023-10-03 08:53:31 +02:00
iceman1001 dee03b414c fix some coverity 2023-10-02 21:47:35 +02:00
iceman1001 010668ebb1 clean up 2023-10-02 21:39:15 +02:00
iceman1001 e94a653038 missing return 2023-10-02 21:04:21 +02:00
iceman1001 115e85e5d4 missing defines 2023-10-02 21:01:08 +02:00
iceman1001 89db5d3875 text 2023-10-02 20:59:01 +02:00
iceman1001 1f50a76d90 Merge branch 'master' of github.com:RfidResearchGroup/proxmark3 2023-10-02 20:12:03 +02:00
iceman1001 fb23d2047f reworked the JSON format for 14a, 14b, 15, cryptorf, lto, NDEF.\nDeprecated EML format. Pm3 client do not save EML files any more.nPm3 client will continue to load EML files. 2023-10-02 20:11:23 +02:00
David Driscoll bc701c8ddc Fixing macOS errors. 2023-10-02 10:31:50 -04:00
iceman1001 bb5d61dca7 added some helper functions 2023-10-01 13:05:08 +02:00
Iceman 3f5a9221a5
Update README.md
Signed-off-by: Iceman <iceman@iuse.se>
2023-10-01 10:14:18 +02:00
Iceman 164073497b
Update README.md
Signed-off-by: Iceman <iceman@iuse.se>
2023-10-01 10:13:12 +02:00
iceman1001 7320f0dd16 thanks @gentilkiwi for pointing it out 2023-09-29 21:41:27 +02:00
iceman1001 278a179308 fixed sim fw 2023-09-29 20:50:39 +02:00
iceman1001 59d67b3606 fix newline in output 2023-09-28 08:54:32 +02:00
iceman1001 1234b08132 adapt to new sim module firmware version 2023-09-28 08:46:04 +02:00
iceman1001 22e4bbe4f1 text 2023-09-28 08:37:27 +02:00
iceman1001 f9f42337c3 Sim Module FW4.42 build from GentilKiwis C impl. 2023-09-28 08:35:48 +02:00
iceman1001 bb47bdd979 revert back to old timings 2023-09-28 08:34:29 +02:00
iceman1001 44fe3ec38f smart raw --timeout parameter 2023-09-27 22:09:01 +02:00
iceman1001 bf7ac0b8ce in prep for new firmware, no old v3xxx supported anymore 2023-09-27 21:34:51 +02:00
iceman1001 d8817f2cb2 style, length checks for getversion, bit comparision 2023-09-27 21:31:48 +02:00
iceman1001 3d92b44047 reduced time out for SCL 2023-09-27 21:30:30 +02:00
iceman1001 6ddf283272 adapt wait after ATR down to 1200 ms, and retries ten times now 2023-09-22 23:32:50 +02:00
iceman1001 b0ec0ee60b maur 2023-09-19 16:36:39 +02:00
iceman1001 16d078369c renaming files 2023-09-18 19:05:49 +02:00
iceman1001 ec7406a40a added datasheet for sim module 2023-09-18 19:03:46 +02:00
Philippe Teuwen e2f78edd8c recover_pk.py: more MFP EV1 samples 2023-09-18 09:06:39 +02:00
iceman1001 78adf186d3 style 2023-09-17 17:41:58 +02:00
iceman1001 b6e1344e1c added a custom timeout parameter to the smart raw command 2023-09-16 18:38:53 +02:00
iceman1001 c73de57320 make sure pthread and atomic isnt called in macOS 2023-09-16 09:51:47 +02:00
iceman1001 22d7adf0c0 getting confused over pthread vs atomic... 2023-09-16 09:32:47 +02:00
iceman1001 3ff659fd98 fix newline issue 2023-09-16 09:31:42 +02:00
iceman1001 ec0d27685c adapt script to handle SE SAM again 2023-09-16 09:22:45 +02:00
iceman1001 908ae0c78c ...confused makefiles stuff 2023-09-15 21:53:52 +02:00
iceman1001 d7f306084a colors for kiwi 2023-09-15 21:48:57 +02:00
iceman1001 ce76e4e351 update ATR list 2023-09-15 21:44:02 +02:00
iceman1001 0443a60025 adapt Makefile to use MYxxxx flags instead 2023-09-15 19:08:24 +02:00
iceman1001 25ab507137 length var is set in the preamble check... 2023-09-14 05:15:38 +02:00
iceman1001 ec894becb9 text 2023-09-13 21:13:09 +02:00
iceman1001 ddfbd7f549 allow for t55xx detection to search for 0xE039 (Silicon Craft technology) 2023-09-13 21:12:09 +02:00
iceman1001 c26d33dfd3 forgot to set the var... 2023-09-12 20:47:59 +02:00
iceman1001 774f1c33ef fix atomic on macOS and all platforms 2023-09-12 20:22:04 +02:00
Iceman 885b2a6b40
Merge pull request #2111 from lpla/patch-1
Fix linking in explicit libatomic devices
2023-09-12 11:44:18 +02:00
Leopoldo Pla Sempere 7f2433eb8b
Fix linking in explicit libatomic devices
My Raspberry Pi Zero with latest Raspberry Pi OS thanks this after commit b17a733

Signed-off-by: Leopoldo Pla Sempere <lpla@dlsi.ua.es>
2023-09-12 09:44:16 +02:00
Iceman 503ad2c44e
Merge pull request #2110 from spandox2/master
Change in behavior of hf mf autopwn when no card is detected
2023-09-11 19:55:20 +02:00
spandox2 5baba1fd43
Update cmdhfmf.c
Signed-off-by: spandox2 <31641448+spandox2@users.noreply.github.com>
2023-09-11 13:48:09 -04:00
spandox2 7a832e175e
Update cmdhfmf.c
Signed-off-by: spandox2 <31641448+spandox2@users.noreply.github.com>
2023-09-11 13:43:41 -04:00
spandox2 b9efd8ce48
Update cmdhfmf.c
text change

Signed-off-by: spandox2 <31641448+spandox2@users.noreply.github.com>
2023-09-11 13:24:54 -04:00