nfc-tools / mfcuk

MiFare Classic Universal toolKit (MFCUK)
GNU General Public License v2.0
954 stars 226 forks source link

Segmentation fault (core dumped) #42

Open bp101010 opened 7 years ago

bp101010 commented 7 years ago

Anyone knows how to fix this error?

I'm trying to use mfcuk on windows with an acr122u.

I made a fresh windows install, installed cygwin and ran the following commands to compile it: libtoolize aclocal autoconf autoheader automake --add-missing ./configure make

then when I run: ./mfcuk -C -R 0 -s 250 -S 250

it outputs: mfcuk - 0.3.8 Mifare Classic DarkSide Key Recovery Tool - 0.3 by Andrei Costin, zveriu@gmail.com, http://andreicostin.com

Segmentation fault (core dumped)

What am I doing wrong?