mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-09-25 22:04:16 +00:00
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.