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
Iceman
94063607ae
Merge pull request #2476 from CiRIP/electra_decode
...
Actually fix ELECTRA parsing
2024-08-27 08:02:29 +02:00
Ciprian Ionescu
d3f0d7d100
actually fix ELECTRA parsing
2024-08-27 00:36:43 +02:00
Iceman
30a2b5065f
Merge pull request #2475 from CiRIP/electra_decode
...
Add ELECTRA pattern to EM410x print output
2024-08-26 17:25:10 +02:00
Iceman
0e00e6b5ec
Merge branch 'master' into electra_decode
...
Signed-off-by: Iceman <iceman@iuse.se>
2024-08-26 17:24:57 +02:00
Iceman
42c873f49c
Merge pull request #2473 from douniwan5788/prune
...
Fixes and improve SKIP_* directives
2024-08-26 17:23:41 +02:00
Ciprian Ionescu
b13227a645
fix format specifier
2024-08-26 17:16:30 +02:00
Ciprian Ionescu
c2771da6a0
Update CHANGELOG.md
2024-08-26 16:45:58 +02:00
Ciprian Ionescu
54d1807475
add ELECTRA pattern to EM410x print output
2024-08-26 16:44:09 +02:00
douniwan5788
0f2eaa316b
fix: WITH_EM4x50 and WITH_EM4x70 in lf search
2024-08-26 21:45:06 +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
c8b229ab32
Update CHANGELOG.md
...
Firmware size optimization, skipping unused FPGA bitstreams
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
Iceman
3bf0f10203
Merge pull request #2472 from CiRIP/lfhitags_refactor
...
Refactor Hitag S operations into separate submenu
2024-08-26 10:46:48 +02:00
Ciprian Ionescu
a838dc7f2e
fix potential array overflow
2024-08-26 02:00:14 +02:00
Ciprian Ionescu
8b1e5c88b1
use lf hitag hts
submenu
2024-08-26 01:57:16 +02:00
Philippe Teuwen
5b50f5e32c
hf mf info add detection of FM1208-10
2024-08-25 22:59:37 +02:00
Iceman
361cafde94
Merge pull request #2474 from gentilkiwi/patch-1
...
Update intertic.py to support Metz
2024-08-25 22:19:55 +02:00
Benjamin DELPY
342175faf7
Update intertic.py to support Metz
...
Signed-off-by: Benjamin DELPY <benjamin@gentilkiwi.com>
2024-08-25 21:25:42 +02:00
iceman1001
384a7212d0
text
2024-08-25 17:09:31 +02:00
iceman1001
ed60d26808
only print uid types in 14a info, and skip decoding of bad ATS
2024-08-25 15:50:17 +02:00
iceman1001
3efe3d9f85
desfire should check for this one too
2024-08-25 15:19:48 +02:00
iceman1001
0d9ddc0df5
hf mfu wipe - now supports wiping UL-C properly
2024-08-25 15:19:07 +02:00
iceman1001
420218e95a
added some nosave
2024-08-25 15:17:50 +02:00
iceman1001
6a95f16102
style and text
2024-08-25 15:17:02 +02:00
iceman1001
5b64df9247
fix magic detection for MFU
2024-08-25 15:12:53 +02:00
iceman1001
4ddb417107
fix bit flag comparing to prefered style
2024-08-25 15:08:04 +02:00
Ciprian Ionescu
9d8cbe5495
update CHANGELOG.md
2024-08-25 02:33:57 +02:00
Ciprian Ionescu
8d77ee5438
refactor Hitag S r/w into separate submenu; implement pretty config parsing
2024-08-25 02:30:40 +02:00
Iceman
896e99514e
Merge pull request #2471 from douniwan5788/fix_em410x
...
fix: clone a EM410x ID to Hitag S/8211 with clock
2024-08-24 22:18:39 +02:00
douniwan5788
c32fd53e5f
fix: clone a EM410x ID to Hitag S/8211 with clock
2024-08-25 03:36:24 +08:00
douniwan5788
541ef26c39
fix: Display a more meaningful error message when attempting to write to a Hitag S tag in authentication mode using plain mode commands.
2024-08-25 03:25:16 +08:00
douniwan5788
ae2f41eaef
refactor: move Hitag size defines to hitag.h
2024-08-24 22:32:23 +08:00
Iceman
5dfc12dd45
Merge pull request #2470 from douniwan5788/em410x_clone
...
fixes for Em
2024-08-24 08:53:28 +02:00
douniwan5788
b3db2e8bde
fix: lf em 410x clone
with SKIP_HITAG defined
2024-08-24 14:43:40 +08:00
douniwan5788
dc31b3a7fd
fix: cast warning
2024-08-24 14:43:40 +08:00
Iceman
bca465b75f
Merge pull request #2468 from user890104/add-skgt-keys
...
Add Sofia public transport system keys (before January 2024)
2024-08-24 08:43:21 +02:00
Iceman
9ee62332dd
Merge pull request #2469 from henrygab/usb_com_port_docs
...
USB enumeration / serial number writeup / docs
2024-08-24 08:39:51 +02:00
Henry Gabryjelski
f2ff5f757d
writeup from discord, plus extra text
...
Created as a strawman response to iceman's
suggestion that this would be useful in the repo.
Feel free to move it elsewhere / edit, as you prefer.
2024-08-23 21:08:13 -07:00
Vencislav Atanasov
c715c97e0c
Add entry to CHANGELOG.md
...
Signed-off-by: Vencislav Atanasov <user890104@users.noreply.github.com>
2024-08-23 23:32:06 +03:00
Vencislav Atanasov
f9fb3f9dd6
Add Sofia public transport system keys (before January 2024)
...
Signed-off-by: Vencislav Atanasov <user890104@users.noreply.github.com>
2024-08-23 23:19:38 +03:00
Iceman
d9dc0a0e84
Merge pull request #2466 from douniwan5788/hitag_protocol
...
Move Hitag cmds to protocols.h
2024-08-23 21:13:08 +02:00
douniwan5788
75420482e4
refactor: Move Hitag 1 cmds to protocols.h
2024-08-24 02:15:28 +08:00