mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
Merge branch 'master' of github.com:RfidResearchGroup/proxmark3
This commit is contained in:
commit
60cc36b398
5 changed files with 67 additions and 62 deletions
|
@ -3534,13 +3534,17 @@
|
||||||
"command": "hf legic einfo",
|
"command": "hf legic einfo",
|
||||||
"description": "It decodes and displays emulator memory",
|
"description": "It decodes and displays emulator memory",
|
||||||
"notes": [
|
"notes": [
|
||||||
"hf legic einfo"
|
"hf legic einfo",
|
||||||
|
"hf legic eview --22"
|
||||||
],
|
],
|
||||||
"offline": false,
|
"offline": false,
|
||||||
"options": [
|
"options": [
|
||||||
"-h, --help This help"
|
"-h, --help This help",
|
||||||
|
"--22 LEGIC Prime MIM22",
|
||||||
|
"--256 LEGIC Prime MIM256 (def)",
|
||||||
|
"--1024 LEGIC Prime MIM1024"
|
||||||
],
|
],
|
||||||
"usage": "hf legic einfo [-h]"
|
"usage": "hf legic einfo [-h] [--22] [--256] [--1024]"
|
||||||
},
|
},
|
||||||
"hf legic eload": {
|
"hf legic eload": {
|
||||||
"command": "hf legic eload",
|
"command": "hf legic eload",
|
||||||
|
@ -7631,9 +7635,10 @@
|
||||||
],
|
],
|
||||||
"offline": true,
|
"offline": true,
|
||||||
"options": [
|
"options": [
|
||||||
"-h, --help This help"
|
"-h, --help This help",
|
||||||
|
"-v, --verbose verbose output"
|
||||||
],
|
],
|
||||||
"usage": "lf cotag demod [-h]"
|
"usage": "lf cotag demod [-hv]"
|
||||||
},
|
},
|
||||||
"lf cotag reader": {
|
"lf cotag reader": {
|
||||||
"command": "lf cotag reader",
|
"command": "lf cotag reader",
|
||||||
|
@ -11689,6 +11694,6 @@
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"commands_extracted": 679,
|
"commands_extracted": 679,
|
||||||
"extracted_by": "PM3Help2JSON v1.00",
|
"extracted_by": "PM3Help2JSON v1.00",
|
||||||
"extracted_on": "2023-07-16T13:30:30"
|
"extracted_on": "2023-07-17T15:46:12"
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue