mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-07-16 02:03:00 -07:00
Added a lua bit manipulation library, added Lua-api to iso 15693 crc-calculation
This commit is contained in:
parent
da9d456e9f
commit
77cd612f15
7 changed files with 249 additions and 3 deletions
7
client/pm3_bitlib.h
Normal file
7
client/pm3_bitlib.h
Normal file
|
@ -0,0 +1,7 @@
|
|||
#ifndef PM3_BITLIB
|
||||
#define PM3_BITLIB
|
||||
|
||||
#include <lua.h>
|
||||
int set_bit_library (lua_State *L);
|
||||
|
||||
#endif /* PM3_BITLIB */
|
Loading…
Add table
Add a link
Reference in a new issue