MichaelXF / js-confuser

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

Virtual machine obfuscation #108

Open zxcvqwerasdf opened 1 year ago

zxcvqwerasdf commented 1 year ago

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

MichaelXF commented 1 year ago

No, PRs would be welcomed to implement it

fuzzbuck commented 1 year 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 1 year 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 1 year 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