From: Iceman Date: Mon, 12 Jun 2017 10:21:01 +0000 (+0200) Subject: bug; Check keys params X-Git-Tag: v3.1.0~211^2 X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/4419118038bd43425be73c0bbcf9c50363b96d99?hp=4419118038bd43425be73c0bbcf9c50363b96d99 bug; Check keys params CMD_MIFARE_CHKKEYS command has a different arg1, arg2 meaning nowdays. Arg0 = keytype << 8 | blockno arg1 = clear trace In lua its name arg1, probably with lua's startindex is 1... ---