proxmark3 icon indicating copy to clipboard operation
proxmark3 copied to clipboard

Track and mutualize common code between client and arm

Open doegox opened this issue 5 years ago • 1 comments

E.g. a lot of common code in client/src/mifare/desfire_crypto.c and armsrc/desfire_crypto.c

doegox avatar May 02 '20 22:05 doegox

rg "^[a-z].*\(.*\);"|sort -t : -k 2|sed 's/:/ /'|grep -v CmdHelp|uniq -f1 -D

doegox avatar May 02 '20 22:05 doegox