MichaelXF / js-confuser

JS-Confuser is a JavaScript obfuscation tool to make your programs *impossible* to read.
https://js-confuser.com
MIT License
168 stars 28 forks source link

Virtual machine obfuscation #108

Open zxcvqwerasdf opened 11 months ago

zxcvqwerasdf commented 11 months ago

Are there any in the plans VM obfuscation? Like in js defender or jscrambler?

MichaelXF commented 11 months ago

No, PRs would be welcomed to implement it

fuzzbuck commented 9 months ago

The thing is that this project is open-source, the VM obfuscation will prove useless since anyone can view the VM internals

zxcvqwerasdf commented 9 months ago

The thing is that this project is open-source, the VM obfuscation will prove useless since anyone can view the VM internals

Sure? Try to view kasada VM internals then, and try to intercept/modificate input/output data.

fuzzbuck commented 8 months ago

The thing is that this project is open-source, the VM obfuscation will prove useless since anyone can view the VM internals

Sure? Try to view kasada VM internals then, and try to intercept/modificate input/output data.

Kasada is not open source