mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-07-16 10:03:04 -07:00
style
This commit is contained in:
parent
b135413995
commit
4df743c2a0
18 changed files with 1080 additions and 1006 deletions
|
@ -182,6 +182,7 @@ const static vocabulary_t vocabulary[] = {
|
|||
{ 0, "hf 15 restore" },
|
||||
{ 0, "hf 15 samples" },
|
||||
{ 1, "hf 15 view" },
|
||||
{ 0, "hf 15 wipe" },
|
||||
{ 0, "hf 15 wrbl" },
|
||||
{ 0, "hf 15 sim" },
|
||||
{ 0, "hf 15 eload" },
|
||||
|
@ -223,11 +224,11 @@ const static vocabulary_t vocabulary[] = {
|
|||
{ 1, "hf emrtd list" },
|
||||
{ 1, "hf felica help" },
|
||||
{ 1, "hf felica list" },
|
||||
{ 0, "hf felica reader" },
|
||||
{ 0, "hf felica info" },
|
||||
{ 0, "hf felica sniff" },
|
||||
{ 0, "hf felica raw" },
|
||||
{ 0, "hf felica rdbl" },
|
||||
{ 0, "hf felica reader" },
|
||||
{ 0, "hf felica sniff" },
|
||||
{ 0, "hf felica wrbl" },
|
||||
{ 0, "hf felica rqservice" },
|
||||
{ 0, "hf felica rqresponse" },
|
||||
|
@ -502,11 +503,13 @@ const static vocabulary_t vocabulary[] = {
|
|||
{ 0, "hf vas reader" },
|
||||
{ 1, "hf vas decrypt" },
|
||||
{ 1, "hf waveshare help" },
|
||||
{ 0, "hf waveshare loadbmp" },
|
||||
{ 1, "hf waveshare load" },
|
||||
{ 1, "hf xerox help" },
|
||||
{ 1, "hf xerox list" },
|
||||
{ 0, "hf xerox info" },
|
||||
{ 0, "hf xerox reader" },
|
||||
{ 0, "hf xerox dump" },
|
||||
{ 0, "hf xerox reader" },
|
||||
{ 1, "hf xerox view" },
|
||||
{ 1, "hw help" },
|
||||
{ 0, "hw break" },
|
||||
{ 0, "hw bootloader" },
|
||||
|
|
1722
doc/commands.json
1722
doc/commands.json
File diff suppressed because it is too large
Load diff
|
@ -241,6 +241,7 @@ Check column "offline" for their availability.
|
|||
|`hf 15 restore `|N |`Restore from file to all memory pages of an ISO-15693 tag`
|
||||
|`hf 15 samples `|N |`Acquire samples as reader (enables carrier, sends inquiry)`
|
||||
|`hf 15 view `|Y |`Display content from tag dump file`
|
||||
|`hf 15 wipe `|N |`Wipe card to zeros`
|
||||
|`hf 15 wrbl `|N |`Write a block`
|
||||
|`hf 15 sim `|N |`Fake an ISO-15693 tag`
|
||||
|`hf 15 eload `|N |`Load image file into emulator to be used by 'sim' command`
|
||||
|
@ -314,11 +315,11 @@ Check column "offline" for their availability.
|
|||
|------- |------- |-----------
|
||||
|`hf felica help `|Y |`This help`
|
||||
|`hf felica list `|Y |`List ISO 18092/FeliCa history`
|
||||
|`hf felica reader `|N |`Act like an ISO18092/FeliCa reader`
|
||||
|`hf felica info `|N |`Tag information`
|
||||
|`hf felica sniff `|N |`Sniff ISO 18092/FeliCa traffic`
|
||||
|`hf felica raw `|N |`Send raw hex data to tag`
|
||||
|`hf felica rdbl `|N |`read block data from authentication-not-required Service.`
|
||||
|`hf felica reader `|N |`Act like an ISO18092/FeliCa reader`
|
||||
|`hf felica sniff `|N |`Sniff ISO 18092/FeliCa traffic`
|
||||
|`hf felica wrbl `|N |`write block data to an authentication-not-required Service.`
|
||||
|`hf felica rqservice `|N |`verify the existence of Area and Service, and to acquire Key Version.`
|
||||
|`hf felica rqresponse `|N |`verify the existence of a card and its Mode.`
|
||||
|
@ -761,7 +762,7 @@ Check column "offline" for their availability.
|
|||
|command |offline |description
|
||||
|------- |------- |-----------
|
||||
|`hf waveshare help `|Y |`This help`
|
||||
|`hf waveshare loadbmp `|N |`Load BMP file to Waveshare NFC ePaper`
|
||||
|`hf waveshare load `|Y |`Load image file to Waveshare NFC ePaper`
|
||||
|
||||
|
||||
### hf xerox
|
||||
|
@ -771,9 +772,11 @@ Check column "offline" for their availability.
|
|||
|command |offline |description
|
||||
|------- |------- |-----------
|
||||
|`hf xerox help `|Y |`This help`
|
||||
|`hf xerox list `|Y |`List ISO-14443B history`
|
||||
|`hf xerox info `|N |`Short info on Fuji/Xerox tag`
|
||||
|`hf xerox reader `|N |`Act like a Fuji/Xerox reader`
|
||||
|`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`
|
||||
|
||||
|
||||
### hw
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue