js-confuser icon indicating copy to clipboard operation
js-confuser copied to clipboard

fix `__getGlobal` in BufferToStringTemplate

Open Le0Developer opened this issue 2 years ago • 0 comments

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")()

Le0Developer avatar Oct 28 '23 10:10 Le0Developer