From: pwpiwi Date: Sat, 21 Sep 2019 09:58:51 +0000 (+0200) Subject: fix 'hf iclass sim': X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/5b12974a7f01a94c40552402b66b01bf8ec0e214?hp=5b12974a7f01a94c40552402b66b01bf8ec0e214 fix 'hf iclass sim': * chg to reader command decoder in iso15693.c (require no modulation before SOF) * add 'has_been_low_for' logic to hi_simulate.v (same as in other FPGA modes, default to "no modulation") * add simulation of chip status (IDLE, ACTIVE, SELECTED, HALTED) * check ACSN on SELECT * add simulation of RESELECT * always check length of reader commands * fix printing of NR, MAC in sim 2 mode * fix response length to CHECK command ---