├── Archived ├── code.pde └── defaultcode.pde ├── HID Card Data Formats.pdf ├── Makefile ├── Passive RFID Basics.pdf ├── README.md ├── WiegandDocs.pdf ├── avrfid.ORIGINAL.S ├── avrfid.S ├── rfid_cloning_v01.zip └── write_commands.txt /Archived/code.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericbarch/rfid-spoofing/HEAD/Archived/code.pde -------------------------------------------------------------------------------- /Archived/defaultcode.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericbarch/rfid-spoofing/HEAD/Archived/defaultcode.pde -------------------------------------------------------------------------------- /HID Card Data Formats.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericbarch/rfid-spoofing/HEAD/HID Card Data Formats.pdf -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericbarch/rfid-spoofing/HEAD/Makefile -------------------------------------------------------------------------------- /Passive RFID Basics.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericbarch/rfid-spoofing/HEAD/Passive RFID Basics.pdf -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericbarch/rfid-spoofing/HEAD/README.md -------------------------------------------------------------------------------- /WiegandDocs.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericbarch/rfid-spoofing/HEAD/WiegandDocs.pdf -------------------------------------------------------------------------------- /avrfid.ORIGINAL.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericbarch/rfid-spoofing/HEAD/avrfid.ORIGINAL.S -------------------------------------------------------------------------------- /avrfid.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericbarch/rfid-spoofing/HEAD/avrfid.S -------------------------------------------------------------------------------- /rfid_cloning_v01.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericbarch/rfid-spoofing/HEAD/rfid_cloning_v01.zip -------------------------------------------------------------------------------- /write_commands.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericbarch/rfid-spoofing/HEAD/write_commands.txt --------------------------------------------------------------------------------