mfcuk icon indicating copy to clipboard operation
mfcuk copied to clipboard

Remove hardcoded paths to files

Open GoogleCodeExporter opened this issue 10 years ago • 7 comments

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

GoogleCodeExporter avatar Apr 19 '15 07:04 GoogleCodeExporter

[deleted comment]

GoogleCodeExporter avatar Apr 19 '15 07:04 GoogleCodeExporter

Same problem here

Original comment by [email protected] on 9 Aug 2012 at 3:15

GoogleCodeExporter avatar Apr 19 '15 07:04 GoogleCodeExporter

Same problem here

Original comment by [email protected] on 11 May 2014 at 3:02

GoogleCodeExporter avatar Apr 19 '15 07:04 GoogleCodeExporter

same here

Original comment by [email protected] on 11 Aug 2014 at 5:37

GoogleCodeExporter avatar Apr 19 '15 07:04 GoogleCodeExporter

Same here!

Original comment by [email protected] on 6 Dec 2014 at 12:44

GoogleCodeExporter avatar Apr 19 '15 07:04 GoogleCodeExporter

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

GoogleCodeExporter avatar Apr 19 '15 07:04 GoogleCodeExporter

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.

AndreMiras avatar Oct 03 '16 01:10 AndreMiras