mirror of
https://github.com/wh201906/Proxmark3GUI.git
synced 2026-06-30 23:34:27 +08:00
Fix saving/loading trace(sniff) files
Fix file extension for RRG repo Fix overwriting existing file Add support for RRG v4.16717(path in prefs)
This commit is contained in:
@@ -104,7 +104,9 @@
|
||||
"cmd": "hf mf darkside"
|
||||
},
|
||||
"save sniff": {
|
||||
"cmd": "trace save -f <filename>"
|
||||
"cmd": "trace save -f <filename>",
|
||||
"path cmd":"prefs show",
|
||||
"path pattern":"trace save path\\.+\\s*(.+)$"
|
||||
},
|
||||
"load sniff": {
|
||||
"cmd": "trace load -f <filename>",
|
||||
|
||||
Reference in New Issue
Block a user