mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
adapt for data load changes
This commit is contained in:
parent
4d5d45659d
commit
6454e168fb
4 changed files with 80 additions and 80 deletions
|
@ -541,12 +541,12 @@ pm3 --> data samples <size>
|
|||
|
||||
Save samples to file
|
||||
```
|
||||
pm3 --> data save <filename>
|
||||
pm3 --> data save -f <filename>
|
||||
```
|
||||
|
||||
Load samples from file
|
||||
```
|
||||
pm3 --> data load <filename>
|
||||
pm3 --> data load -f <filename>
|
||||
```
|
||||
|
||||
## Lua Scripts
|
||||
|
|
|
@ -72,7 +72,7 @@ lf config s 10000 t 20
|
|||
lf t55xx sniff
|
||||
|
||||
-- if you have a save trace from before, try
|
||||
data load xxxxxxx.pm3
|
||||
data load -f xxxxxxx.pm3
|
||||
lf t55xx sniff 1
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue