reorg traces

This commit is contained in:
Philippe Teuwen 2020-09-29 17:25:20 +02:00
commit b4058bc72c
108 changed files with 329238 additions and 326122 deletions

View file

@ -15,6 +15,6 @@ The Proxmark3 client uses a wide range of files. Here is a brief recap to get yo
| .lua | text file, contains lua script to be run inside client. or called with -l |
| .pm3 | text file, with numbers ranging 0-255 or -127 - 128. Contains trace signal data for low frequency tags (data load / data save) |
| .wav | binary file, PCM8 with samplerate 125000, one channel. (data save)
| .trace | binary file, contains trace log data usually from high frequency tags. (hw trace load) |
| .trace | binary file, contains trace log data usually from high frequency tags. (trace load) |
| .log | text file, our log file, contains the output from almost all commands you run inside Proxmark3 client |
| .history | text file, our command log file, contains the commands you ran inside Proxmark3 client |
| .history | text file, our command log file, contains the commands you ran inside Proxmark3 client |