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.71k stars 1.15k forks source link

Added Java bytecode token highlighting. #501

Closed Bl3nd closed 4 months ago

Bl3nd commented 4 months ago

This is in response to issue #500. Added our own custom token maker based on how RSyntaxTextArea's JavaTokenMaker is made to highlight bytecode syntax. Right now it only has if conditions, return, and 'athrow'.