mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
added a C sample of grabbing output
This commit is contained in:
parent
449eacdee5
commit
6e1cf6c0de
3 changed files with 71 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
gcc -o test test.c -I../../include -lpm3rrg_rdv4 -L../build -lpthread
|
||||
gcc -o test_grab test_grab.c -I../../include -lpm3rrg_rdv4 -L../build -lpthread
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue