Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Best bytecode editor?
#1
I want to get into java reverse engineering, I've done a decent amount of java and would like to further this by learning some basic byte code.
I tried the one developed by Konloch but I cant seem to edit the bytecode or figure out how to allow myself to do so.
Reply
#2
There's JBE and dirtyJOE.
[Image: 7rL6Nl0.png]
Reply
#3
I found CJ or something along those lines that seems to do the job,
thanks for the help!
(I couldnt fully use dirtyjoe because it wouldnt let me edit anything but hex values and im not that far alone.
Reply
#4
In BCV there are two bytecode editors, one for android apks (smali) and another for Java classfiles/jars (krakatau).

Simply go into then tick on
View>Krakatau>Bytecode
Also tick on
View>Krakatau>Editable

Then to compile either go into File>Compile, or go into Settings>Compile On Refresh then click the 'Refresh' button at the bottom middle of the screen.

Refresh will compile, then update all of the panes you've toggled on with the new Bytecode if it was successful.

Quick note about CJBE/JBE:
They're outdated and buggy so classes tend to break very easily, I recommend using DirtyJOE or Krakatau Bytecode.
Reply
 


Forum Jump:


Users browsing this thread: 1 Guest(s)

About The Bytecode Club

We're a community focused on Reverse Engineering, we try to target Java/Android but we also include other langauges/platforms. We pride ourselves in supporting and free and open sourced applications.

Website