X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/cda2a4c0a5e9b9e2a373aeb822111237ff9ec710..be67483e63430608982f1c92e02b59d7b4dc65b3:/client/scripting.h diff --git a/client/scripting.h b/client/scripting.h index 89a866bc..5b286760 100644 --- a/client/scripting.h +++ b/client/scripting.h @@ -11,6 +11,27 @@ #define SCRIPTING_H__ #include +#include +#include +#include "proxmark3.h" +#include "usb_cmd.h" +#include "cmdmain.h" +#include "util.h" +#include "nonce2key/nonce2key.h" +#include "../common/iso15693tools.h" +#include "iso14443crc.h" +#include "../common/crc.h" +#include "../common/crc16.h" +#include "../common/crc64.h" +#include "../common/sha1.h" +#include "aes.h" +#include "cmdcrc.h" +#include "cmdhfmfhard.h" + + +#define LUA_LIBRARIES_DIRECTORY "lualibs/" +#define LUA_SCRIPTS_DIRECTORY "scripts/" +#define LUA_LIBRARIES_WILDCARD "?.lua" /** * @brief set_libraries loads the core components of pm3 into the 'pm3'