Walker Gray

Results 3 comments of Walker Gray

> I hope there is better solution I found an approach using `Function('return this')()['btoa']('p+m')[1]` to produce letter `C`. The compiler spits out about 9kb when given that string, but when...

> @wakfi as it was written in this question https://stackoverflow.com/questions/63673610/alternative-way-to-get-c-letter-in-jsfuck - `btoa` not works on node.js @kamil-kielczewski `btoa` is [supported in nodejs](https://nodejs.org/api/globals.html#btoadata) under legacy stability level support. Apparently it was...

Be careful with this, user inputted regex can turn into a security vuln without proper validation