mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
Added binlib, to handle binary data from lua, based on lpack http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/#lpack
This commit is contained in:
parent
3510cdff4b
commit
f057bddb70
7 changed files with 390 additions and 5 deletions
7
client/pm3_binlib.h
Normal file
7
client/pm3_binlib.h
Normal file
|
@ -0,0 +1,7 @@
|
|||
#ifndef PM3_BINLIB
|
||||
#define PM3_BINLIB
|
||||
|
||||
#include <lua.h>
|
||||
int set_bin_library (lua_State *L);
|
||||
|
||||
#endif /* PM3_BINLIB */
|
Loading…
Add table
Add a link
Reference in a new issue