efrederickson/XFuscator

Memory issues when trying to obfusticate a very long string of code.

Opened this issue · 0 comments

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 BEST LUA OBFUSCATOR 3V4R ------------------
------------------------ Copyright (C) 2012-2013 LoDC ------------------------
---------- Version 2.0 b1 : https://github.com/mlnlover11/XFuscator ----------
-------------------------------------------------------------------------------

Inital parsing ...
Extracting constants ...
-- Failed: not enough memory
-- Time taken:  6

Tried finding ways to exempt more memory to lua, but never found anything.