js-confuser
js-confuser copied to clipboard
fix `__getGlobal` in BufferToStringTemplate
The current implementation does not work as expected.
If global is not known, it immediately throws a ReferenceError and does not even try window or new Function("return this")()