Research, development and trades concerning the powerful Proxmark3 device.
Remember; sharing is caring. Bring something back to the community.
"Learn the tools of the trade the hard way." +Fravia
You are not logged in.
Time changes and with it the technology
Proxmark3 @ discord
Users of this forum, please be aware that information stored on this site is not private.
Pages: 1
Hi, I want to use luasocket module in my lua scripts. I installed luarocks to install luasocket. I can load module from my system's lua5.2 interpreter but when I try to load it from proxmark's lua scripts I get undefined symbol errors.
pm3 --> script run proxy.lua
[+] Executing Lua script: ~/proxmark3/client/luascripts/proxy.lua, args ''
error loading module 'socket.core' from file '/usr/local/lib/lua/5.2/socket/core.so':
/usr/local/lib/lua/5.2/socket/core.so: undefined symbol: lua_gettop
Am I doing something wrong ?
Offline
Proxmark3 client uses its own lua lib. It doesn't honor your system installed lib.
Offline
Is there a way to install lua module ?
Offline
Pages: 1