Open ElionTDA opened 4 years ago
Cannot reproduce in javascript-obfuscator version 0.18.7 (you can test it here). Please be sure that you are using the latest version.
I'am using gulp-javascript-obfuscator version 1.1.6 (I think it's the last) but i dont know what versión of javascript-obfuscator is being used.
Its this correct version?
Facing a similar/related issue: https://github.com/javascript-obfuscator/gulp-javascript-obfuscator/issues/34
First at all, sorry for my english, i will try to explain it as better as possible.
I have the following js code:
When i obfuscate this code, it seems like this (it was minimized and formatted by the browser):
You can see, how the fisrt this.prePaint has not transformed to this[_0x56ae("0xba")] and when this is called, it said undefined function. But if i insert breaklines between all this "problematic" lines, it work. Like this:
I did fix this issue with this partial solution, but i don't know where more places of my code, will appear the same issue.
Thank you