mfcuk
mfcuk copied to clipboard
Remove hardcoded paths to files
What steps will reproduce the problem?
1. ./configure
2. make
3. src/mfcuk_keyrecovery_darkside -C
What is the expected output?
That should find data files
What do you see instead?
mfcuk - 0.3.2
Mifare Classic DarkSide Key Recovery Tool - 0.3
by Andrei Costin, [email protected], http://andreicostin.com
WARN: cannot open template file './data/tmpls_fingerprints/mfcuk_tmpl_skgt.mfd'
WARN: cannot open template file './data/tmpls_fingerprints/mfcuk_tmpl_ratb.mfd'
WARN: cannot open template file
'./data/tmpls_fingerprints/mfcuk_tmpl_oyster.mfd'
Original issue reported on code.google.com by [email protected] on 1 Apr 2011 at 9:29
[deleted comment]
Use svn checkout to get source, then compile. tar.gz archives do not include
the /src/data directory for some reason.
Original comment by [email protected] on 27 Feb 2015 at 12:33
I also had the problem running mfcuk from the project root directory directory (e.g. ./src/mfcuk).
Moving to the src/ directory before running ./mfcuk works around the issue.