Makefile 409 B

123456789101112131415161718
  1. restore_tag:
  2. nfc-mfclassic f A dump/lim_10.mfd dump/lim_10.mfd f
  3. nfc-mfclassic w a dump/lim_10.mfd f
  4. magic_card_10:
  5. make restore_tag
  6. openssl rand -hex 4 | nfc-mfsetuid
  7. selecta_change_from_orig:
  8. mfoc -O temp.mfd
  9. nfc-mfclassic f B dump/lim_10.mfd temp.mfd f
  10. nfc-mfclassic w A dump/lim_10.mfd
  11. rm temp.mfd
  12. ./poolset --write 10 25/11/16 25/11/19
  13. all:
  14. gcc -o poolset -lusb -lnfc -lfreefare poolset.c