mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
added show GetAssertion results
This commit is contained in:
parent
f26d3396e8
commit
a0a979abc6
2 changed files with 108 additions and 4 deletions
|
@ -886,7 +886,7 @@ int CmdHFFido2GetAssertion(const char *cmd) {
|
|||
// parse returned cbor
|
||||
FIDO2GetAssertionParseRes(root, &buf[1], len - 1, verbose, verbose2, showCBOR);
|
||||
|
||||
/* if (root) {
|
||||
if (root) {
|
||||
res = json_dump_file(root, fname, JSON_INDENT(2));
|
||||
if (res) {
|
||||
PrintAndLog("ERROR: can't save the file: %s", fname);
|
||||
|
@ -894,7 +894,7 @@ int CmdHFFido2GetAssertion(const char *cmd) {
|
|||
}
|
||||
PrintAndLog("File `%s` saved.", fname);
|
||||
}
|
||||
*/
|
||||
|
||||
json_decref(root);
|
||||
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue