12345678910111213141516171819202122 |
- restore_tag:
- nfc-mfclassic f A dump/lim_10.mfd dump/lim_10.mfd
- nfc-mfclassic w a dump/lim_10.mfd
- magic_card_10:
- make restore_tag
- openssl rand -hex 4 | nfc-mfsetuid
- selecta_change_from_orig:
- mfoc -O temp.mfd
- nfc-mfclassic f B dump/lim_10.mfd temp.mfd
- nfc-mfclassic w A dump/lim_10.mfd
- rm temp.mfd
- ./poolset --write 10 25/11/16 25/11/19
- #uid0:
- # nfc-mfsetuid $(openssl rand -hex 4)
- # Don't work in Makefile !
- all:
- gcc poolset.c -lusb -lnfc -lfreefare -o poolset
|