mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
change default standalone mode to LF_SAMYRUN
This commit is contained in:
parent
480e8c8acb
commit
78b48a6ce7
4 changed files with 8 additions and 7 deletions
|
@ -1,5 +1,5 @@
|
|||
# Default standalone if no standalone specified
|
||||
DEFAULT_STANDALONE=HF_MSDSAL
|
||||
DEFAULT_STANDALONE=LF_SAMYRUN
|
||||
HELP_EXAMPLE_STANDALONE=LF_SAMYRUN
|
||||
# (you can set explicitly STANDALONE= to disable standalone modes)
|
||||
STANDALONE?=$(DEFAULT_STANDALONE)
|
||||
|
@ -39,7 +39,7 @@ define KNOWN_STANDALONE_DEFINITIONS
|
|||
| | - Brad Antoniewicz |
|
||||
+----------------------------------------------------------+
|
||||
| LF_SAMYRUN | HID26 read/clone/sim |
|
||||
| | - Samy Kamkar |
|
||||
| (default) | - Samy Kamkar |
|
||||
+----------------------------------------------------------+
|
||||
| LF_THAREXDE | Simulate/read EM4x50 tags |
|
||||
| (RDV4 only) | storing in flashmem |
|
||||
|
@ -72,7 +72,7 @@ define KNOWN_STANDALONE_DEFINITIONS
|
|||
| (RDV4 only) | storing in flashmem - Ray Lee |
|
||||
+----------------------------------------------------------+
|
||||
| HF_MSDSAL | Read and emulate MSD Visa cards |
|
||||
| (default) | - Salvador Mendoza |
|
||||
| | - Salvador Mendoza |
|
||||
+----------------------------------------------------------+
|
||||
| HF_REBLAY | 14A Relay over BT |
|
||||
| (RDV4 only) | - Salvador Mendoza |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue