|
Capprime Lua Obfuscator Product Details
The Capprime Lua Obfuscator is a web application for obfuscating Lua code.
The application is available at this URL:
http://www.capprime.com/CapprimeLuaObfuscator/CapprimeLuaObfuscator.aspx
To read more about the Capprime Lua Obfuscator, see the first
public announcement
on the Capprime Software Development Weblog.
The Capprime Lua Obfuscator parses Lua code looking for things to obfuscate like function names, function parameters, and local variable names.
It then replaces those values with random strings through the Lua code.
The Capprime Lua Obfuscator tries to be careful not to replace anything that might be an external reference to functions or global variables that may be referenced elsewhere (in other source files, libraries, etc.).
The Capprime Lua Obfuscator is currently not a true strict Lua language parser and therefore doesn't require syntactically correct Lua code as input to work. That also means that it doesn't currently handle all the features that the Lua language syntax offers, but it tries to cover the main features used in the majority of Lua code.
To be notified about updates to the Capprime Lua Obfuscator product, please subscribe to the
Lua Obfuscator category
of the Capprime Software Development Weblog.
Capprime Lua Obfuscator Release Notes
|