Closed manuks closed 9 years ago
Hi,
I was trying to obfuscate a code with
require.extensions['.jse] = function(module, filename) { var content = fs.readFileSync(filename, 'utf8'); return module._compile(content, filename); };
But got the following error when the output file is executed TypeError: Cannot set property '.jse' of undefined
How to fix this? Any clue?
node deprecated require.extensions a long time ago. i've documented the fact that it doesn't work with obfuscator, and have no intentions of adding support for it.
require.extensions
closing as "will not fix".
Hi,
I was trying to obfuscate a code with
But got the following error when the output file is executed TypeError: Cannot set property '.jse' of undefined
How to fix this? Any clue?