Col-E / Recaf

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

Unable to find Assembler Option #816

Closed VishnuRameshbabu closed 3 months ago

VishnuRameshbabu commented 3 months ago

Hello,

I have a problem with accessing the assembler, not sure If I am doing it correctly or missing something. I read the documentation but I couldn't replicate it.

Since the class file is giving errors, I can't do the modification and recompile it. So, I am trying to use the assembler to modify the bytecode instead, but the problem is I can't right click on a method to modify it. Not sure If I am missing something entirely.

image

Thanks in Advance.

Col-E commented 3 months ago

In 2.X switch to table mode if right-click context analysis is failing - https://www.coley.software/Recaf-documentation/use-modes.html

VishnuRameshbabu commented 3 months ago

Thanks for the letting me know. I was able to solve what I required. This Bytecode Editor is super useful.