|
1341 | 1341 | "-t, --timeout <ms> Timeout in milliseconds", |
1342 | 1342 | "-b <dec> Number of bits to send. Useful for send partial byte", |
1343 | 1343 | "-v, --verbose Verbose output", |
| 1344 | + "-w, --wait <us> Wait in microseconds between select and command", |
1344 | 1345 | "--topaz Use Topaz protocol to send command", |
1345 | 1346 | "--crypto1 Use crypto1 session", |
1346 | 1347 | "<hex> Raw bytes to send" |
1347 | 1348 | ], |
1348 | | - "usage": "hf 14a raw [-hack3rsv] [-t <ms>] [-b <dec>] [--topaz] [--crypto1] <hex> [<hex>]..." |
| 1349 | + "usage": "hf 14a raw [-hack3rsv] [-t <ms>] [-b <dec>] [-w <us>] [--topaz] [--crypto1] <hex> [<hex>]..." |
1349 | 1350 | }, |
1350 | 1351 | "hf 14a reader": { |
1351 | 1352 | "command": "hf 14a reader", |
|
8771 | 8772 | "notes": [ |
8772 | 8773 | "hw tearoff --delay 1200 -> define delay of 1200us", |
8773 | 8774 | "hw tearoff --on -> (re)activate a previously defined delay", |
8774 | | - "hw tearoff --off -> deactivate a previously activated but not yet triggered hook" |
| 8775 | + "hw tearoff --off -> deactivate a previously activated but not yet triggered hook", |
| 8776 | + "hw tearoff --list -> list commands implementing tear-off hooks" |
8775 | 8777 | ], |
8776 | 8778 | "offline": false, |
8777 | 8779 | "options": [ |
8778 | 8780 | "-h, --help This help", |
8779 | 8781 | "--delay <dec> Delay in us before triggering tear-off, must be between 1 and 43000", |
8780 | 8782 | "--on Activate tear-off hook", |
8781 | 8783 | "--off Deactivate tear-off hook", |
8782 | | - "-s, --silent less verbose output" |
| 8784 | + "--skip <dec> Skip N triggers before activating the hook", |
| 8785 | + "-s, --silent less verbose output", |
| 8786 | + "--list List commands implementing tear-off hooks" |
8783 | 8787 | ], |
8784 | | - "usage": "hw tearoff [-hs] [--delay <dec>] [--on] [--off]" |
| 8788 | + "usage": "hw tearoff [-hs] [--delay <dec>] [--on] [--off] [--skip <dec>] [--list]" |
8785 | 8789 | }, |
8786 | 8790 | "hw tia": { |
8787 | 8791 | "command": "hw tia", |
|
13666 | 13670 | "metadata": { |
13667 | 13671 | "commands_extracted": 784, |
13668 | 13672 | "extracted_by": "PM3Help2JSON v1.00", |
13669 | | - "extracted_on": "2025-10-03T23:59:38" |
| 13673 | + "extracted_on": "2025-10-09T20:44:39" |
13670 | 13674 | } |
13671 | 13675 | } |
0 commit comments