mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 02:27:26 -07:00
add: ndef parsing to LUA
This commit is contained in:
parent
03d6454d95
commit
67e3ac3f54
3 changed files with 50 additions and 5 deletions
|
@ -29,7 +29,8 @@
|
|||
#include "cmdhfmfhard.h"
|
||||
#include "cmdhfmfu.h"
|
||||
#include "protocols.h"
|
||||
#include "cmdlft55xx.h" // read t55xx etc
|
||||
#include "cmdlft55xx.h" // read t55xx etc
|
||||
#include "mifare/ndef.h" // ndef parsing
|
||||
|
||||
#define LUA_LIBRARIES_DIRECTORY "lualibs/"
|
||||
#define LUA_SCRIPTS_DIRECTORY "scripts/"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue