Jump to content

Featured Replies

Posted

I used JAD to decompile a .class file and change it to a .jad file so that i could edit it in notepad, how would i now convert it to .class so that that it could be compiled back into my .jar project.

And if this is not possible, could someone direct me toward a program that could convert a .class file into text that is decipherable so that i could edit it and compile it back into my .jar project?

I used JAD to decompile a .class file and change it to a .jad file so that i could edit it in notepad, how would i now convert it to .class so that that it could be compiled back into my .jar project.

And if this is not possible, could someone direct me toward a program that could convert a .class file into text that is decipherable so that i could edit it and compile it back into my .jar project?

 

if i remember right you cant decompile java machine code back into logical source code so what your doing wont work

 

and you decompiled a class into a jad? wtf a jad is a java app package for cell phones

java executables can be decompiled into pretty much 100% genuine source code, just takes work.
  • Author
ok so i have decompiled it into a .java file, edited it, and now i want to convert it back into a .class file, how would i go about doing that.
Guest
This topic is now closed to further replies.