mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -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:
+23423
-23423
File diff suppressed because it is too large
Load Diff
+23896
-23896
File diff suppressed because it is too large
Load Diff
+23811
-23811
File diff suppressed because it is too large
Load Diff
+23722
-23722
File diff suppressed because it is too large
Load Diff
+23575
-23575
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user