From: pwpiwi Date: Sat, 28 Dec 2019 16:03:20 +0000 (+0100) Subject: fix 'hf iclass writebl' and 'hf iclass clone' (#896) X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/a4ff62be63ca2a81071e9aa2b882bd3ff57f13ad?hp=a4ff62be63ca2a81071e9aa2b882bd3ff57f13ad fix 'hf iclass writebl' and 'hf iclass clone' (#896) * check for correct responses after block updates * reduce number of tries from 10 to 3 * Allow to override warning on attempt to clone blocks < 5 * add same warning and override option to 'hf iclass writebl' * some reformatting and minor refactoring * Drop field after dump and clone functions * If dumping AA1 with Credit Key, authenticate as Debit Key * Initialize reader when beginning to clone ---