mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07: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 printKeys = false; // Prints keys
|
||||||
bool transferToEml = true; // Transfer keys to emulator memory
|
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 simulation = true; // Simulates an exact copy of the target tag
|
||||||
bool fillFromEmulator = false; // Dump emulator memory.
|
bool fillFromEmulator = false; // Dump emulator memory.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue