mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-07-16 10:03:04 -07:00
style
This commit is contained in:
parent
6104086374
commit
5028d6f664
8 changed files with 50 additions and 35 deletions
|
@ -515,6 +515,7 @@ const static vocabulary_t vocabulary[] = {
|
|||
{ 0, "hf xerox dump" },
|
||||
{ 0, "hf xerox reader" },
|
||||
{ 1, "hf xerox view" },
|
||||
{ 0, "hf xerox rdbl" },
|
||||
{ 1, "hw help" },
|
||||
{ 0, "hw break" },
|
||||
{ 0, "hw bootloader" },
|
||||
|
|
|
@ -7729,6 +7729,19 @@
|
|||
],
|
||||
"usage": "hf xerox info [-hv]"
|
||||
},
|
||||
"hf xerox rdbl": {
|
||||
"command": "hf xerox rdbl",
|
||||
"description": "Read a Fuji/Xerox tag block",
|
||||
"notes": [
|
||||
"hf xerox rdbl -b 1"
|
||||
],
|
||||
"offline": false,
|
||||
"options": [
|
||||
"-h, --help This help",
|
||||
"-b, --blk <dec> page number (0-255)"
|
||||
],
|
||||
"usage": "hf xerox rdbl [-h] -b <dec>"
|
||||
},
|
||||
"hf xerox reader": {
|
||||
"command": "hf xerox reader",
|
||||
"description": "Act as a 14443B reader to identify a Fuji Xerox based tag ISO/IEC 14443 type B based communications",
|
||||
|
@ -12373,8 +12386,8 @@
|
|||
}
|
||||
},
|
||||
"metadata": {
|
||||
"commands_extracted": 713,
|
||||
"commands_extracted": 714,
|
||||
"extracted_by": "PM3Help2JSON v1.00",
|
||||
"extracted_on": "2024-01-26T11:38:54"
|
||||
"extracted_on": "2024-01-28T10:16:20"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -782,6 +782,7 @@ Check column "offline" for their availability.
|
|||
|`hf xerox dump `|N |`Read all memory pages of an Fuji/Xerox tag, save to file`
|
||||
|`hf xerox reader `|N |`Act like a Fuji/Xerox reader`
|
||||
|`hf xerox view `|Y |`Display content from tag dump file`
|
||||
|`hf xerox rdbl `|N |`Read Fuji/Xerox block`
|
||||
|
||||
|
||||
### hw
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue