From: iceman1001 Date: Sat, 29 Oct 2016 19:41:02 +0000 (+0200) Subject: FIX: 'hf mf mifare' - special zero parity attack vector now works. Thanks to the... X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/19693bdc06cca834589aae52fdd4b8475f4aec3a?hp=19693bdc06cca834589aae52fdd4b8475f4aec3a FIX: 'hf mf mifare' - special zero parity attack vector now works. Thanks to the dude who figured this vector out: @douniwan5788 (sorry for comments, I was clearly wrong.) @piwi - for proving me wrong. this version uses int64_t (signed) to signify end-of-lists (-1). It also needs its own compare function for the qsort. I didn't merge this into existing code which uses uint64_t. (too lazy) ---