mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
make style
This commit is contained in:
parent
faaa70c860
commit
7ce86a0de9
2 changed files with 7 additions and 7 deletions
|
@ -56,7 +56,7 @@
|
||||||
},
|
},
|
||||||
"analyse demodbuff": {
|
"analyse demodbuff": {
|
||||||
"command": "analyse demodbuff",
|
"command": "analyse demodbuff",
|
||||||
"description": "loads a binary string into demod buffer",
|
"description": "loads a binary string into demodbuffer",
|
||||||
"notes": [
|
"notes": [
|
||||||
"analyse demodbuff -d 0011101001001011"
|
"analyse demodbuff -d 0011101001001011"
|
||||||
],
|
],
|
||||||
|
@ -973,7 +973,7 @@
|
||||||
},
|
},
|
||||||
"help": {
|
"help": {
|
||||||
"command": "help",
|
"command": "help",
|
||||||
"description": "help use `<command> help` for details of a command prefs { edit client/device preferences... } -------- ----------------------- technology ----------------------- analyse { analyse utils... } data { plot window / data buffer manipulation... } emv { emv iso-14443 / iso-7816... } hf { high frequency commands... } hw { hardware commands... } lf { low frequency commands... } nfc { nfc commands... } reveng { crc calculations from reveng software... } smart { smart card iso-7816 commands... } script { scripting commands... } trace { trace manipulation... } wiegand { wiegand format manipulation... } -------- ----------------------- general ----------------------- clear clear screen hints turn hints on / off msleep add a pause in milliseconds rem add a text line in log file quit exit exit program [=] session log e:\\proxspace\\pm3/.proxmark3/logs/log_20210821.txt --------------------------------------------------------------------------------------- auto available offline: no run lf search / hf search / data plot / data save",
|
"description": "help use `<command> help` for details of a command prefs { edit client/device preferences... } -------- ----------------------- technology ----------------------- analyse { analyse utils... } data { plot window / data buffer manipulation... } emv { emv iso-14443 / iso-7816... } hf { high frequency commands... } hw { hardware commands... } lf { low frequency commands... } nfc { nfc commands... } reveng { crc calculations from reveng software... } smart { smart card iso-7816 commands... } script { scripting commands... } trace { trace manipulation... } wiegand { wiegand format manipulation... } -------- ----------------------- general ----------------------- clear clear screen hints turn hints on / off msleep add a pause in milliseconds rem add a text line in log file quit exit exit program [=] session log /home/phil/.proxmark3/logs/log_20210821.txt --------------------------------------------------------------------------------------- auto available offline: no run lf search / hf search / data plot / data save",
|
||||||
"notes": [
|
"notes": [
|
||||||
"auto"
|
"auto"
|
||||||
],
|
],
|
||||||
|
@ -5838,8 +5838,8 @@
|
||||||
"command": "hw connect",
|
"command": "hw connect",
|
||||||
"description": "connects to a proxmark3 device via specified serial port. baudrate here is only for physical uart or uart-bt, not for usb-cdc or blue shark add-on",
|
"description": "connects to a proxmark3 device via specified serial port. baudrate here is only for physical uart or uart-bt, not for usb-cdc or blue shark add-on",
|
||||||
"notes": [
|
"notes": [
|
||||||
"hw connect -p com3",
|
"hw connect -p /dev/ttyacm0",
|
||||||
"hw connect -p com3 -b 115200"
|
"hw connect -p /dev/ttyacm0 -b 115200"
|
||||||
],
|
],
|
||||||
"offline": true,
|
"offline": true,
|
||||||
"options": [
|
"options": [
|
||||||
|
@ -8713,7 +8713,7 @@
|
||||||
},
|
},
|
||||||
"lf t55xx special": {
|
"lf t55xx special": {
|
||||||
"command": "lf t55xx special",
|
"command": "lf t55xx special",
|
||||||
"description": "show block changes with 64 different offsets, data taken from demod buffer.",
|
"description": "show block changes with 64 different offsets, data taken from demodbuffer.",
|
||||||
"notes": [
|
"notes": [
|
||||||
"lf t55xx special"
|
"lf t55xx special"
|
||||||
],
|
],
|
||||||
|
@ -9992,6 +9992,6 @@
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"commands_extracted": 589,
|
"commands_extracted": 589,
|
||||||
"extracted_by": "PM3Help2JSON v1.00",
|
"extracted_by": "PM3Help2JSON v1.00",
|
||||||
"extracted_on": "2021-08-21T11:28:11"
|
"extracted_on": "2021-08-21T15:11:58"
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -78,7 +78,7 @@ Check column "offline" for their availability.
|
||||||
|`analyse lfsr `|Y |`LFSR tests`
|
|`analyse lfsr `|Y |`LFSR tests`
|
||||||
|`analyse a `|Y |`num bits test`
|
|`analyse a `|Y |`num bits test`
|
||||||
|`analyse nuid `|Y |`create NUID from 7byte UID`
|
|`analyse nuid `|Y |`create NUID from 7byte UID`
|
||||||
|`analyse demodbuff `|Y |`Load binary string to demodbuffer`
|
|`analyse demodbuff `|Y |`Load binary string to DemodBuffer`
|
||||||
|`analyse freq `|Y |`Calc wave lengths`
|
|`analyse freq `|Y |`Calc wave lengths`
|
||||||
|`analyse foo `|Y |`muxer`
|
|`analyse foo `|Y |`muxer`
|
||||||
|`analyse units `|Y |`convert ETU <> US <> SSP_CLK (3.39MHz)`
|
|`analyse units `|Y |`convert ETU <> US <> SSP_CLK (3.39MHz)`
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue