mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-12-09 13:05:54 +08:00
Fix hf_mattyrun bug introduced in 732bc766f9
This commit is contained in:
parent
48279e85d9
commit
8281d3a384
1 changed files with 1 additions and 0 deletions
|
|
@ -223,6 +223,7 @@ void RunMod() {
|
|||
*/
|
||||
bool printKeys = false; // Prints keys
|
||||
bool transferToEml = true; // Transfer keys to emulator memory
|
||||
bool ecfill = true; // Fill emulator memory with cards content.
|
||||
bool simulation = true; // Simulates an exact copy of the target tag
|
||||
bool fillFromEmulator = false; // Dump emulator memory.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue