05.01.2012, 12:19
Deutschmark Wrote:Right here same place you got the class dumpper 5th one down from the top;
viewforum.php?f=31
Deutschmark
ah, I haven't seen that
Nevertheless, when I do what I said before with the russian il2fb.exe, I get an error message when launching the classdumper.exe:
Quote:The program can't start because IL2FB.EXE is missing fro your computer.
EDIT: I used the classdumper.exe from this thread and it worked. I used the classresolver.jar to extract the compiled .class files.
Now what are the steps if I want to modify a class ? Do I have to decompile it, modify it and then recompile it again ? Using jad for example ?
I tried using the JavaBite but it's very difficult to modify any code with it.
EDIT: I think I got it now. I can decompile only the class I want to modify. The rest of the classes can be added in the classpath when compiling again my modified class.