mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-25 20:45:09 +00:00
03d6da87e2
Restructure hf mfp dump to match hf mf dump pattern: load keys from files, read sectors, save. Remove all key probing/checking logic (use hf mfp chk and hf mf chk separately for key discovery). Use MF_KEY_A/MF_KEY_B defines instead of magic numbers. Replace custom JSON parser with existing loadFileJSON infrastructure.