Michael Brasington
Michael Brasington
Improved Get Global added in 2.0. Error stack checking not planned for now.
You can use custom implementations to exclude the function transforms applying. This depends on what obfuscations you want for the `upload` function. ```js // Options.js module.exports = { target: 'browser',...
Closing for now
Bundles should obfuscate normally - albeit it takes much longer. Are you using a webpack plugin? Is this a React app? An official webpack plugin is planned but hasn't been...
Great find, this can be added
`String Concealing` is the option you're looking for. In the 2.0 rewrite (which is coming soon), you'll be able to customize the string encoding functions to your own.
Introduced in 2.0. (Currently [2.0.0-alpha.3](https://www.npmjs.com/package/js-confuser/v/2.0.0-alpha.3)) https://new--confuser.netlify.app/docs/options/customstringencodings#custom-string-encodings
Added in 2.0.
This is a great idea, could be used with RGF to store the arbitrary code, OR, with String Concealing to store the encrypted strings. I'm assuming the comment `// audio.src...
Yes that's true however anyone can fork the repo and add their own obstacles if they wanted to. I still like the idea of using comments, could throw some people...