Col-E / Recaf

The modern Java bytecode editor
https://recaf.coley.software
MIT License
5.99k stars 463 forks source link

Please tell me where is the vertue button in recaf 3.X and 4.X to remove reflection obfuscation #744

Closed neilhuang007 closed 10 months ago

neilhuang007 commented 10 months ago

image found this in the author's video but my recaf says this image please help

Col-E commented 10 months ago

https://github.com/Col-E/Recaf/assets/21371686/9615ac0c-0539-4e28-87d7-a910d2ec00d8

Ensure SSVM is enabled in the settings. For 3X you should also specify the address of a JDK 8 location. If you don't it pulls class definitions from the current runtime which can confuse it. The version of SSVM used in 3X mostly targets Java 8, we've been working on adding support for back-end changes from JDK 8 --> JDK 11 for newer SSVM versions, but its a lengthy process.