iceman1001 / proxmark3

[Deprecated] Iceman Fork, the most totally wicked fork around if you are into proxmark3
http://www.icedev.se/pm3.aspx
GNU General Public License v2.0
464 stars 116 forks source link

Fixes KIGIV Standalone mode simulation #237

Closed cjbrigato closed 5 years ago

cjbrigato commented 5 years ago

By settings correct flags for Mifare1ksim(); Used to be just as is (maybe was 0x10, but never should have been 0x0)

iceman1001 commented 5 years ago

Why not use the flags instead of a hardcoded value?

(FLAG_4B_UID_IN_DATA | FLAG_UID_IN_EMUL )

cjbrigato commented 5 years ago

@iceman1001 Hello ;) Actually it's an hotfix to make it work again. Upcoming commits will indeed use the flags because :

iceman1001 commented 5 years ago

Now that is some major upgrade.. reader attack, 7bit also and FIFO... Exciting!