Commit graph

3773 commits

Author SHA1 Message Date
douniwan5788 e15356ab0e fix: hts_read_uid 2024-09-15 12:56:51 +08:00
douniwan5788 662b194e56 refactor: hitag S code sytle & cleanup 2024-09-15 12:56:51 +08:00
iceman1001 febaa64b4d make all device side HTS messages DBGlevel extended 2024-09-14 22:00:52 +02:00
iceman1001 db1b28f327 rename hts read/write commands to rdbl/wrbl to match rest of the client. added a lf hitag hts reader comamnd, modified the lf search to identify hitag2/s/82xx in the chipset detection 2024-09-14 21:00:42 +02:00
iceman1001 34e00146c6 change data available check in hf mf sim on device side. 2024-09-14 18:37:56 +02:00
iceman1001 20a0bc3a81 style 2024-09-14 15:03:29 +02:00
iceman1001 cd0ce47d89 when dumping memory also try the MFC_B key 2024-09-13 13:40:24 +02:00
iceman1001 7a5d1b1ddf clean 2024-09-13 13:39:04 +02:00
iceman1001 618451048e allow for a reply to be sent when simulating iclass 2024-09-13 13:38:25 +02:00
iceman1001 c83a15fd18 clean 2024-09-13 13:37:57 +02:00
douniwan5788 3860942e55 feat: Added support for 8268/8310 2024-09-13 17:06:15 +08:00
Iceman 47d94f4688
Merge pull request #2488 from douniwan5788/mifare_info
Mifare info
2024-09-11 15:41:20 +02:00
iceman1001 b881bbbd00 Revert "Release v4.18994 - Backdoor"
This reverts commit cd6dc880ad.
2024-09-10 15:40:28 +02:00
iceman1001 cd6dc880ad Release v4.18994 - Backdoor 2024-09-10 15:40:28 +02:00
iceman1001 ba8a68f37c fixes entering bootload messages to be less scary 2024-09-10 14:29:47 +02:00
Philippe Teuwen 1fa84f203d fix hf_colin compilation error 2024-09-09 23:43:01 +02:00
douniwan5788 29f9862cf1 refactor: iso14443a_fast_select_card 2024-09-08 23:04:57 +08:00
Philippe Teuwen 69d7a7e0c3 fm11rf08s: get advanced verification sector keys as well 2024-09-08 11:57:53 +02:00
Philippe Teuwen 2dd1b90f4c hf mf sim: adapt RATS condition to mimick real MFP 2k behavior 2024-09-07 11:10:31 +02:00
Philippe Teuwen 358130505a hf mf sim: accept RATS no matter the value of PCD FSDI & CID 2024-09-07 11:01:58 +02:00
iceman1001 e50459b2c5 style 2024-09-06 22:59:23 +02:00
iceman1001 72900d1bf9 fix and style 2024-09-06 22:36:44 +02:00
iceman1001 b0dd246d94 const and bad OR 2024-09-06 09:52:30 +02:00
iceman1001 431a5d585e fix one too small 2024-09-05 19:51:10 +02:00
iceman1001 7a4bd03cc0 added bounds checking for when the proxmark3 is simulating a ISO14443a tag 2024-09-05 18:38:17 +02:00
iceman1001 129d6f1e6d a bit untested, I am sure all standalone modes fails now. lets see if this is enough of bounds checking 2024-09-05 17:59:34 +02:00
iceman1001 9c181dd83d step one of bounds checking all responses when receiving ISO14443A frames... because @doegox find a missbehaving IC clone..... 2024-09-05 17:52:10 +02:00
Iceman 2317c6b282
Merge pull request #2487 from douniwan5788/makefile
refactor: Renamed WITH_NO_COMPRESSION to WITH_COMPRESSION
2024-09-04 23:32:06 +02:00
douniwan5788 740ab6bb33 fix: mfDarkside hangs 2024-09-04 23:28:13 +08:00
douniwan5788 5e9533a792 refactor: mfDarkside error code 2024-09-04 23:28:13 +08:00
douniwan5788 80b9f6bb4d refactor: Renamed WITH_NO_COMPRESSION to WITH_COMPRESSION for consistent style 2024-09-04 22:48:55 +08:00
Philippe Teuwen 17ddc2db82 trying to please codeQL 2024-09-03 23:00:50 +02:00
Philippe Teuwen de86cd85d1 Added support for dumping FM11RF08S data at once 2024-09-03 11:43:57 +02:00
Philippe Teuwen c73e2ea623 Added support for collecting all fm11rf08s nT/{nT}/par_err at once 2024-09-02 23:11:36 +02:00
Antiklesys f9970a3048 Update iclass.c
Improved error logging to better understand what's happening
2024-09-02 17:53:22 +08:00
Philippe Teuwen dc91a6d1da hf_mattyrun: fix compilation error on recent gcc 2024-08-31 10:11:09 +02:00
douniwan5788 0710a37429 fix: bitstream_index_map overflow 2024-08-30 16:05:47 +08:00
iceman1001 7f40ad7f9d style 2024-08-29 12:29:23 +02:00
douniwan5788 4b6653696c fix: CMD_DOWNLOAD_BIGBUF for getSamples() and download_trace() 2024-08-27 23:45:42 +08:00
douniwan5788 112caec054 refactor: lf config renames 2024-08-27 23:45:42 +08:00
douniwan5788 9dd5b66c0a fix: FPGA config for ICOPYX 2024-08-26 20:56:36 +08:00
douniwan5788 cad92c4a05 fix: bitstream_target_to_index 2024-08-26 20:56:36 +08:00
douniwan5788 fcc757dfd5 refactor: rename bitstream_version to bitstream_target 2024-08-26 20:55:59 +08:00
douniwan5788 413a17a7a6 feature: Make the FPGA bitstreams working with SKIP_* define.
Now, you can enable at least two of your favorite technologies (such as LF and HF 14443A) attached a standalone mode and still have spare ROM space for other functionalities on a Proxmark3 Easy with a 256KiB ROM.
2024-08-26 20:55:59 +08:00
douniwan5788 8928883f2d refactor: move FPGA_BITSTREAM_* to fpga.h 2024-08-26 20:55:58 +08:00
douniwan5788 5d66bcfd75 fix: WITH_EM4x70. Get rid of the dependency on WITH_ICLASS. 2024-08-26 20:55:58 +08:00
douniwan5788 c1fdb2e78c fix: WITH_LF WITH_LEGICRF WITH_ISO14443a 2024-08-26 20:55:58 +08:00
Philippe Teuwen da1c79503e typo in mfc tool path, thanks NVX! 2024-08-26 11:29:08 +02:00
iceman1001 384a7212d0 text 2024-08-25 17:09:31 +02:00
iceman1001 5b64df9247 fix magic detection for MFU 2024-08-25 15:12:53 +02:00