add 'Build from source' section to README.md
This commit is contained in:
parent
9d9f01fba4
commit
b13beeac09
1 changed files with 11 additions and 0 deletions
11
README.md
11
README.md
|
@ -4,6 +4,17 @@ This program allow to recover authentication keys from MIFARE Classic card.
|
||||||
|
|
||||||
Please note MFOC is able to recover keys from target only if it have a known key: default one (hardcoded in MFOC) or custom one (user provided using command line).
|
Please note MFOC is able to recover keys from target only if it have a known key: default one (hardcoded in MFOC) or custom one (user provided using command line).
|
||||||
|
|
||||||
|
# Build from source
|
||||||
|
|
||||||
|
```
|
||||||
|
libtoolize --force
|
||||||
|
aclocal
|
||||||
|
autoheader
|
||||||
|
automake --force-missing --add-missing
|
||||||
|
./configure
|
||||||
|
make && sudo make install
|
||||||
|
```
|
||||||
|
|
||||||
# Usage #
|
# Usage #
|
||||||
Put one MIFARE Classic tag that you want keys recovering;
|
Put one MIFARE Classic tag that you want keys recovering;
|
||||||
Lauching mfoc, you will need to pass options, see
|
Lauching mfoc, you will need to pass options, see
|
||||||
|
|
Loading…
Reference in a new issue