I have one exe file, that is packed by Tool Jar2exe. Can anyone help me to Convert it to jar file or is it possible or not ? Below is the link of that file .
- :i didn't work on that,but this link may be helpful: stackoverflow.com/questions/316701/…Computer_Engineer– Computer_Engineer2012-03-24 21:30:44 +00:00Commented Mar 24, 2012 at 21:30
- I might be tempted to experiment, but that site requires log-in, and I'm not prepared to register. Where did you get the EXE?Andrew Thompson– Andrew Thompson2012-03-24 21:30:47 +00:00Commented Mar 24, 2012 at 21:30
- @user1283869:i didn't work on that,but this link may be helpful: stackoverflow.com/questions/316701/…Computer_Engineer– Computer_Engineer2012-03-24 21:32:02 +00:00Commented Mar 24, 2012 at 21:32
- I changed Link . can you try now ?user1283869– user12838692012-03-24 22:17:37 +00:00Commented Mar 24, 2012 at 22:17
3 Answers
Have you tried using an archiving program such as 7-zip or winzip to open up the file, then extracting the .class files?
5 Comments
If those are truly binaries, then you are screwed and nothing else besides some serious reverse engineering is going to help you.
Chances however are that the exe file will contain the class files nicely packed together. Then just try to open it in 7-ZIP or similar and see if that works out.
5 Comments
if 7-zip doesnt work or just show libs but not main jar it means the option " hide /encrypt " was used. Hence you need to use winhex, ollydbg and ressource hacker and you'r good to go http://reverseengineeringtips.blogspot.fr/2014/12/unpacking-jar2exe-21-extracting-jar.html