Konloch / bytecode-viewer

A Java 8+ Jar & Android APK Reverse Engineering Suite (Decompiler, Editor, Debugger & More)
https://bytecodeviewer.com
GNU General Public License v3.0
14.63k stars 1.14k forks source link

Please make it syntax highlight conditional jumps #500

Closed eleses closed 1 month ago

eleses commented 2 months ago

It's often very important to be able to locate all the exit points from a block at a glance. While gotos are automatically highlighted by bytecode-viewer if_icmpgt etc. are not.

Konloch commented 1 month ago

Fixed with #501, this will be introduced in the next release