├── LICENSE ├── README.md ├── hardware ├── magspoof.brd └── magspoof.sch └── software ├── Makefile ├── README.md ├── magspoof.c └── test.sh /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RyscCorp/magspoof_r3/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RyscCorp/magspoof_r3/HEAD/README.md -------------------------------------------------------------------------------- /hardware/magspoof.brd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RyscCorp/magspoof_r3/HEAD/hardware/magspoof.brd -------------------------------------------------------------------------------- /hardware/magspoof.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RyscCorp/magspoof_r3/HEAD/hardware/magspoof.sch -------------------------------------------------------------------------------- /software/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RyscCorp/magspoof_r3/HEAD/software/Makefile -------------------------------------------------------------------------------- /software/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RyscCorp/magspoof_r3/HEAD/software/README.md -------------------------------------------------------------------------------- /software/magspoof.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RyscCorp/magspoof_r3/HEAD/software/magspoof.c -------------------------------------------------------------------------------- /software/test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RyscCorp/magspoof_r3/HEAD/software/test.sh --------------------------------------------------------------------------------