I would like to temporarily share a valuable LUA script with a hardware vendor at a trade show so they can show Octane running on their gear, but obviously don't want it to get out into the wild.
Is there anything I can do to protect it?
thx
Mark
Obscufication/Licensing of a LUA script
Windows 11, 2x Intel I9, 64GB Ram, 2x GTX 1080 TI, 1 x RTX 380 TI, Oculus Quest 2
Just adding to what Juanjo has proposed that you may also implement the most sensitive parts as a DLL and access them via the Lua FFI interface:
http://luajit.org/ext_ffi.html
(Note that Octane uses vanilla Lua instead of LuaJit, I'm adding this link just with the purpose of illustrating how to use it).
http://luajit.org/ext_ffi.html
(Note that Octane uses vanilla Lua instead of LuaJit, I'm adding this link just with the purpose of illustrating how to use it).
Thank you both!
Windows 11, 2x Intel I9, 64GB Ram, 2x GTX 1080 TI, 1 x RTX 380 TI, Oculus Quest 2