Col-E / Recaf

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

Suggestion : raw hex view in assembler #299

Closed gotroc closed 4 years ago

gotroc commented 4 years ago

Not sure how doable this is, but it would be nice to have a column to the left of the assembler window with the raw hexadecimal corresponding to each line.

Col-E commented 4 years ago

I have a plan for this idea, but not in the assembler so you can see live changes. That is not really do-able at the moment.

https://github.com/Col-E/Recaf/issues/244 - My plan is to have a read-only window that is similar to the assembler.

It will be a while before I can get around to fully implementing this. More info in the linked issue.