XFuscator
XFuscator copied to clipboard
Most advanced Lua obfuscator 3V4R
Love2D
Is there a way to do this in Love2D? Whenever I try to obfuscate a source file, I get an error from Love, something like "attempt to call a nil...
It seems that there is an issue when "\n" is included in print command. For example, when we have a lua file that contains the following: print("\n\n") Then, we observe...
Hi, Is there any instructions?
``` 0 LoganDark ~/XFuscator lua XFuscator.lua ------------------------------------------------------------------------------- ------------------ XFUSCATOR - THE BEST LUA OBFUSCATOR 3V4R ------------------ ------------------------ Copyright (C) 2012-2013 LoDC ------------------------ ---------- Version 2.0 b1 : https://github.com/mlnlover11/XFuscator ---------- -------------------------------------------------------------------------------...
I get `module **XFuscator.init' not found** when running: ```bash $ lua XFuscator.lua -h lua5.3: lib/XFuscator/XFuscator.lua:1: module 'XFuscator.init' not found: no field package.preload['XFuscator.init'] no file '/usr/local/share/lua/5.3/XFuscator/init.lua' no file '/usr/local/share/lua/5.3/XFuscator/init/init.lua' no file...
I'm trying to convert a 906 KB string of lua through this system, however it keeps failing due to low memory ``` \XFuscator-master\XFuscator-master>lua5.1.exe XFuscator.lua SCRAM.txt ------------------------------------------------------------------------------- ------------------ XFUSCATOR - THE...
`XFuscator/Step2.lua` loses precision of the number which is used as random seed. This number is created at line 5 and is used at line 12 as-is (with full `double` precision...