Philippe Teuwen
b7aefdc2bc
complete zlib reqs in docs & docker
2026-03-23 22:36:47 +01:00
kormax
c8a4314353
Add hf gst commands
2026-03-14 17:34:58 +02:00
pingu2211
3d5f1df093
Pull docs out for all the existing stand alone modes, including a diagram and what do the lights mean, so users don't have to go digging in source code
2026-03-11 14:57:06 +11:00
CaffeinatedOpe
b1a77328b8
move shell.nix file into tools, updated docs
2026-03-03 15:37:07 +01:00
CaffeinatedOpe
aea877a2c2
fix typo in documentation
2026-03-03 15:37:07 +01:00
CaffeinatedOpe
106f1abcac
update documentation
2026-03-03 15:37:07 +01:00
Iceman
a5cfd35120
Update Troubleshooting.md
...
Signed-off-by: Iceman <iceman@iuse.se >
2026-03-03 12:23:20 +01:00
Philippe Teuwen
14a26b3f90
doc
2026-03-01 12:42:57 +01:00
Philippe Teuwen
876a41ea84
Update macports doc. UNTESTED
2026-03-01 00:30:19 +01:00
Philippe Teuwen
8fdf0ab66f
Update CI for cmake+qt6
2026-02-28 22:41:20 +01:00
Philippe Teuwen
7911882530
qt6 typo
2026-02-28 19:54:27 +01:00
Philippe Teuwen
1c8445dfe3
doc
2026-02-27 16:59:43 +01:00
Philippe Teuwen
65be119a42
CI WSL: upgrade to Ubuntu 24.04 and Qt6
2026-02-27 15:54:29 +01:00
Philippe Teuwen
866fe62666
update doc for osx homebrew with qt6
2026-02-27 14:06:43 +01:00
Philippe Teuwen
8d3eca3d58
Qt6: update doc
2026-02-27 14:02:13 +01:00
Philippe Teuwen
3f20408b75
upgrading CI to test Qt6 with makefile
2026-02-26 18:32:59 +01:00
Philippe Teuwen
89d60fc2cb
PoC Standalone mode: unlock Ultralight C / AES tags
2026-02-21 00:07:50 +01:00
Philippe Teuwen
3264c80b7f
update docker opensuse
2026-02-07 01:58:06 +01:00
Philippe Teuwen
14c6099e7f
make miscchecks
2026-02-06 13:45:54 +01:00
Justin Widen
61d66ab233
Add dialout fix instructions for WSL2
...
Added a small section with instructions for fixing USB device access in WSL2, due to the user not having access to dialout.
Signed-off-by: Justin Widen <jdogwiden5@gmail.com >
2025-11-05 23:09:04 -06:00
Davi Mikael
cba6faf2c3
feat(standalone): add EmvPng as a new standalone mode (EMV Visa w/ fixed ARQC)
...
Introduce EmvPng module under Proxmark3 standalone.
EMV Visa (ISO14443-4) emulation with fixed ARQC (educational/lab use).
Derived from MSDSal’s standalone mode (Salvador Mendoza), adapted for EMV Visa.
2025-10-21 18:55:45 -03:00
İlteriş Yağıztegin Eroğlu
7c68487ae5
update macports compile docs
...
Signed-off-by: İlteriş Yağıztegin Eroğlu <ilteris@asenkron.com.tr >
2025-09-13 04:32:04 +03:00
47LeCoste
77bae8a9cb
Update ModemManager-Must-Be-Discarded.md
...
Signed-off-by: 47LeCoste <82815207+grugnoymeme@users.noreply.github.com >
2025-07-16 20:16:46 +02:00
47LeCoste
c32a55eabc
Update ModemManager-Must-Be-Discarded.md
...
better mask than disable th ModemManager bc some services could force the activation also if it was "only" disabled..
If u mask it, u're gonna stay safe...
I also added a comment to my .zshrc:
# services masked: ModemManager
so in case i'll need it in the future i can unmask it and i'll remember suddenly the status of it.
Signed-off-by: 47LeCoste <82815207+grugnoymeme@users.noreply.github.com >
2025-07-16 20:13:36 +02:00
Benjamin Møller
cc8ea65679
Update 4_Advanced-compilation-parameters.md
...
Little typo in new PM3 Ultimate option.
Signed-off-by: Benjamin Møller <37707273+LupusE@users.noreply.github.com >
2025-06-16 19:03:58 +02:00
dhuuthang
640b4a5f3b
Update Windows-WSL2-Installation-Instructions.md
...
Add command to suppress "WSL kernel is not USBIP capable" error
Signed-off-by: dhuuthang <dhuuthang@gmail.com >
2025-06-16 13:44:12 +07:00
iceman1001
2d610b8dc0
text & style
2025-06-08 10:02:00 +02:00
seclabz
19789381df
Added new standalone mode HF_ST25_TEAROFF to store/restore ST25TB tags with tearoff for counters (@seclabz)
2025-04-16 14:05:10 +02:00
TheWaffleCopter
bfe3c26277
Update macOS-Homebrew-Installation-Instructions.md
...
Added openssl install dependency to resolve compile errors
Signed-off-by: TheWaffleCopter <104417762+TheWaffleCopter@users.noreply.github.com >
2025-03-26 07:34:04 +11:00
Henry Gabryjelski
21ad101ff5
Major update to EM4x70 support:
...
1. Rework how communications with tag occur.
a. bitstream to be sent to the tag is now fully pre-generated.
b. bits sent and received are logged with start / end times.
2. Support built-in `hw dbg` for controlling verbosity of debug output
The new bitstream generation and logging has exposed a surprising legacy behavior ... each of the command that sent additional data (beyond the command) were:
* inserting an extra RM zero bit
* force-enabling command parity is used
This was not expected. However, this PR maintains the behavior of the existing code.
TODO: Root-cause why the third RM bit is needed. Fix code to remove that hack.
TODO: change the arm/client interface to ONLY use arrays of bytes, with well-defined content endianness, to avoid this problem.
2025-03-16 01:05:55 -07:00
Iceman
e76ab09762
Update Windows-Installation-Instructions.md
...
Signed-off-by: Iceman <iceman@iuse.se >
2025-03-11 14:20:48 +01:00
n-hutton
7c37231b2c
add helpful note for macos users
2025-02-18 16:09:16 +00:00
Iceman
c1bc38b39a
Update Troubleshooting.md
...
Signed-off-by: Iceman <iceman@iuse.se >
2025-01-31 22:24:45 +01:00
丸子
5bd33df708
Update macOS-Homebrew-Installation-Instructions.md
...
Apple Silicons are already supported
Signed-off-by: 丸子 <princeb4d@gmail.com >
2024-12-17 10:57:35 +08:00
Piotr Rzeszut
b1b10c2bea
As extending SPI flash storage for Mifare need to run init_rdv4 script for a proper operation add a note under compilation instructions
2024-12-07 00:36:52 +01:00
Philippe Teuwen
8602a182bb
Added option to build against non-default python3 with CMake as well
2024-11-14 09:31:49 +01:00
ANTodorov
f3e9a79ca4
add option to build against non-default python3 package
2024-11-14 09:01:41 +01:00
Philippe Teuwen
9a6f6132bc
doc
2024-09-26 23:39:53 +02:00
Philippe Teuwen
16b56f4992
Fix opensuse instructions
2024-09-10 10:06:01 +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
dhuuthang
9069b27d4e
Add code to hide initial cmd window
...
Signed-off-by: dhuuthang <dhuuthang@gmail.com >
2024-07-25 23:17:12 +07:00
dhuuthang
1788a0451c
Update Windows-WSL2-Installation-Instructions.md
...
Add script for quick init
Signed-off-by: dhuuthang <dhuuthang@gmail.com >
2024-07-25 22:52:03 +07:00
Benjamin Møller
e377201d72
Update 4_Advanced-compilation-parameters.md
...
Typo: Two times HF15SNIFF instead of one HF15SIM in STANDALONE list.
Signed-off-by: Benjamin Møller <37707273+LupusE@users.noreply.github.com >
2024-05-29 16:50:39 +02:00
iceman1001
d9e860a8ae
suggestion how to fix: wrong permissions on runtime directory
2024-02-20 11:12:12 +01:00
iceman1001
3a1122ca02
missing dependency. but it gd should come with the OS installation
2024-02-16 20:31:17 +01:00
Iceman
f9ea405940
Update Windows-Installation-Instructions.md
...
Signed-off-by: Iceman <iceman@iuse.se >
2024-01-29 11:55:45 +01:00
Iceman
e9e98848d9
Update Windows-Installation-Instructions.md
...
Signed-off-by: Iceman <iceman@iuse.se >
2024-01-29 11:48:06 +01:00
Henry Gabryjelski
2442a9f4f2
update wsl2 instructions for USBIPD v4.0.0
2024-01-28 19:05:05 -08:00
Yann GASCUEL
f8514f48d7
standalone: add HF_15SIM Standalone mode code source
...
Also add it into documentation and build_all_firmwares.sh
(standalone mode was added in Standalone Makefiles in a previous commit)
2024-01-24 13:59:12 +01:00
iceman1001
2d34713e58
text
2024-01-23 19:46:35 +01:00