proxmark3
proxmark3 copied to clipboard
Track and mutualize common code between client and arm
E.g. a lot of common code in client/src/mifare/desfire_crypto.c and armsrc/desfire_crypto.c
rg "^[a-z].*\(.*\);"|sort -t : -k 2|sed 's/:/ /'|grep -v CmdHelp|uniq -f1 -D