J
J
jatx2014-10-18 00:42:43
Java
jatx, 2014-10-18 00:42:43

How to patch Java bytecode?

The task is this: there are obfuscated classes.
Tried to decompile, reverse compilation does not lend itself to this.
You need to insert a pair of System.out.println into the code to display dumps.
Tried patching bytecode with jbe and reJ.
Both tools are outdated, work with errors and do not give the desired result.
What other tools can be used to work with bytecode?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
L
lo-fi, 2014-10-18
@hrls

https://github.com/cglib/cglib

S
spoki, 2014-10-21
@spoki

jd.benow.ca for example

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question