Commit graph

17118 commits

Author SHA1 Message Date
iceman1001 b90326be61 remove file not used anymore 2023-08-29 21:21:26 +02:00
iceman1001 85aac72855 new fpga images 2023-08-29 16:46:52 +02:00
Iceman 6059bff05d
Merge pull request #2098 from d18c7db/master
Fix BUGBUG in fpgaloader.h and some other small cleanups
2023-08-29 16:43:23 +02:00
Alex b46e1cb556 Fix BUGBUG in fpgaloader.h, realign fpga\define.v with armsrc\fpgaloader.h 2023-08-29 11:27:50 +02:00
Alex 12efd96173 Remove define for FPGA_MAJOR_MODE_HF_FSK_READER since there in no support for it in FPGA 2023-08-29 11:27:32 +02:00
Alex b70092efa2 Typo 2023-08-29 11:26:51 +02:00
Alex 762c942e95 Redundant check
A 3 bit counter will naturally roll over to zero on overflow, there is no need to explicitly check for max value and manually reset to zero
2023-08-29 11:26:43 +02:00
Alex 61765cc933 More compact notation 2023-08-29 11:24:56 +02:00
Alex 44fc77ec3b Newer Atmel define file, fixes some typos, adds a few new defines 2023-08-29 11:24:32 +02:00
iceman1001 4e411bec22 fixing false positives 2023-08-29 10:57:05 +02:00
iceman1001 0810f07a41 improving false positive for 14b SR tags 2023-08-28 18:00:32 +02:00
iceman1001 70bd5b80b5 limit clearing the bigbuff for 14b raw commands only to clear_trace flag 2023-08-28 17:59:48 +02:00
iceman1001 c8cfd4a517 text 2023-08-28 15:36:29 +02:00
iceman1001 71961501d4 text 2023-08-28 15:36:01 +02:00
iceman1001 ba320f26f7 ensure registers and vars is set correct 2023-08-28 15:34:36 +02:00
iceman1001 b156f4a5cd misspelled a name.... sorry 2023-08-28 12:04:12 +02:00
iceman1001 114dda1582 After testing and verification its found that the SHALLOW MODULATION in HF is not working well in RDV4. Swapping from PWR_OE4 to PWR_OE1 makes it much better. Thanks to @d18c7db for solution and @gentlekiwi for testing and never giving up on finding the bug 2023-08-28 12:00:44 +02:00
Iceman 70b65a8d72
Merge pull request #2096 from DominikPalo/documentation/update-naming-to-macos
Change "Mac OS X" to "macOS" in documentation
2023-08-27 21:29:20 +02:00
Dominik Paľo 8a861aea57
Change "Mac OS X" to "macOS" in documentation 2023-08-27 19:23:38 +02:00
iceman1001 007e8b9e5a added a section about time units 2023-08-26 12:01:55 +02:00
Iceman bd9387cd2b
Merge pull request #2095 from SimonVanMello/master
fix typo
2023-08-26 00:00:08 +02:00
Simon Van Mello 923be3f54d
fix typo
Signed-off-by: Simon Van Mello <90702729+SimonVanMello@users.noreply.github.com>
2023-08-25 23:20:55 +02:00
Iceman eaef707fb0
Merge pull request #2094 from kormax/master
Remove duplicate MFP definitions. Update AIDlist
2023-08-24 20:49:30 +02:00
kormax 96eededb8c Remove duplicate MFP command definitions 2023-08-24 21:40:53 +03:00
kormax 15ee28c7be Add SEOS AIDs 2023-08-24 21:39:59 +03:00
Iceman aa0bd3ea17
Merge pull request #2093 from d18c7db/master
Merged hi_reader and hi_reader_15 into one file, some minor tidy up in files
2023-08-24 20:38:09 +02:00
Alex f47e4ed115 Move hardcoded value where it belongs
Keep FPGA parameters together in the same place
2023-08-24 18:22:50 +02:00
Alex 3e4b7d07ff Whitespace, formatting 2023-08-24 18:21:07 +02:00
Alex 66b1758278 Removed commented out includes
Include statements in individual files are not required when compiling the code the correct way as a project with an explicitly defined work library. The Makefile exactly replicates the compilation process of the ISE environment and generates the required project files.
2023-08-24 18:06:44 +02:00
Alex c41c685807 Merged hi_reader and hi_reader_15 into one file
hi_reader_15  was a superset of hi_reader, now uses conditional compile from Makefile like the other files to select compilations options
2023-08-24 17:52:12 +02:00
Iceman 94204c0aec
Merge pull request #2092 from craftbyte/master-1
Add Slovenian Mercator Pika keys
2023-08-24 17:08:03 +02:00
Anže Jenšterle 62da4017a0
Add Slovenian Mercator Pika keys
Signed-off-by: Anže Jenšterle <anze@anze.dev>
2023-08-24 15:26:48 +02:00
iceman1001 279d6486c1 stylish 2023-08-24 10:22:18 +02:00
iceman1001 5e9e7c6b90 added missing ISO14443a command WTX 2023-08-24 10:21:11 +02:00
iceman1001 9659bc85fe maur keys 2023-08-24 10:20:28 +02:00
iceman1001 424e68dff6 fixing the wrong calculations 2023-08-24 10:20:01 +02:00
Iceman 5a56504fc1
Merge pull request #2091 from nvx/misc_cleanups
Misc cleanups
2023-08-24 08:38:20 +02:00
nvx 8dd963d305 make style 2023-08-24 16:34:33 +10:00
Iceman e99fceef1e
Merge pull request #2090 from p51d78th/master
Fix macOS errors while building after cryptoRF solvers was added.
2023-08-24 08:16:38 +02:00
nvx 42330fc5ed Misc tidyups replacing magic numbers with defines,
better help text, and some added comments
2023-08-24 15:08:11 +10:00
David Driscoll 760bfbb399 Fix macOS errors while building after cryptoRF solvers was added. 2023-08-23 22:05:00 -04:00
Iceman db7a8e1e57
Merge pull request #2088 from nvx/bugfix/iclass_credential_detection
Improve iClass SIO and legacy credential detection reliability
2023-08-23 07:35:07 +02:00
nvx a2a3142355 Improve iClass SIO and legacy credential detection to improve
reliability. Now relies on the legacy config block for SR detection
and the end-of-SIO detection no longer partially cuts off the SIO
for any dumps I have.
2023-08-23 09:27:05 +10:00
Iceman 4547a1beba
Merge pull request #2086 from nvx/feature/cmd_iclass_esetblk
Adds `hf iclass esetblk`, equivalent to `hf mf esetblk`
2023-08-22 19:22:35 +02:00
nvx 9fdf314347 regenerate doc/commands.json 2023-08-23 03:15:21 +10:00
nvx bc87615008 Fix help text for hf iclass esetblk 2023-08-23 02:45:05 +10:00
Iceman 4b9b545bbf
Merge pull request #2082 from rdmitr/configure-num-cores
Configurable number of CPU cores.
2023-08-22 07:35:18 +02:00
Iceman f9d9c85b74
Merge pull request #2087 from startrekdude/cardhopper
Add hf_cardhopper standalone mode
2023-08-22 07:29:34 +02:00
startrekdude 0d442d7f19 Add hf_cardhopper standalone mode
Adds the hf_cardhopper standalone mode, as one component of my (Sam Haskins) and
Trevor Stevado's long-range relay attack on ISO 14443-4 Type A protocols, as
presented at DEF CON 31.
2023-08-22 01:10:21 -04:00
nvx d183944bb1 Add CHANGELOG entry for hf iclass esetblk command 2023-08-22 07:53:57 +10:00