mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-06-05 12:52:26 +00:00
0c116f5517
Many exisiting LUA scripts are using bit32 which has been removed in LUA5.4 in favor of native language support of bitwise operations. Yet, it's easier to backport this module rather than patching all the existing LUA scripts because most of them can't be tested.