mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-03-12 04:35:28 -07:00
Fix .PM3 traces that exceed single-byte range
This was done programmatically using python. Files with a range that fell outside of [-128,127], but which would fit into that range, were offset by the noted amount to ensure the file woul now fit within range [-128,127]. This allows the trace files to be converted to one-byte-per-sample binary format, for example. offset | filename -----|----- `-14` | `lf_Q5_mod-manchester.pm3` `-14` | `lf_Q5_mod-nrz.pm3` `-10` | `lf_Q5_mod-fsk1.pm3` `-15` | `lf_Q5_mod-biphase.pm3` `-9` | `lf_Q5_mod-fsk2.pm3`
This commit is contained in:
parent
f1d638c295
commit
1a7267ca53
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
47150
traces/lf_Q5_mod-nrz.pm3
47150
traces/lf_Q5_mod-nrz.pm3
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user