mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-26 07:35:14 +00:00
da1ce30533
on Gen4 GTU cards, a select was made before each read or write command. This commit adds a flag parameter to the read and write commands, and gload and gview commands use this flag to tell when to select and end. The trace buffer also contains the complete operation instead of the last blokc read/write. Speed gain: `time ./proxmark3 -p /dev/ttyACM0 -c 'hf mf gview --4k'` before: about 20s, now: about 7s `time ./proxmark3 -p /dev/ttyACM0 -c 'hf mf gload --4k -f ../../../dumps/4k.bin'` before: about 23s, now: about 10s