mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-07-10 15:32:41 -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
|
@ -18,6 +18,6 @@
|
|||
* @param L
|
||||
*/
|
||||
|
||||
void set_pm3_libraries(lua_State *L);
|
||||
int set_pm3_libraries(lua_State *L);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue