Merge pull request #45 from agebhar1/patch/README.md

add 'Build from source' section to `README.md`
This commit is contained in:
Romuald Conty 2018-01-09 23:07:41 +01:00 committed by GitHub
commit 809f3bc62c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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).
# Build from source
```
libtoolize --force
aclocal
autoheader
automake --force-missing --add-missing
./configure
make && sudo make install
```
# Usage #
Put one MIFARE Classic tag that you want keys recovering;
Lauching mfoc, you will need to pass options, see