chessgod101   07-21-2015, 06:15 AM
#1
Some time ago, I did some research on a tool called Java2Exe which converts jar files to an executable and obfuscates or encrypts the file names to deter reverse engineering. In this blog post, I show how to recover the jar archive at all 3 protection levels. I hope you enjoy.

http://reverseengineeringtips.blogspot.c...g-jar.html
zooty   07-21-2015, 06:55 AM
#2
Interesting article, thanks for sharing it :-)

Do you know any popular applications that use java2Exe?
chessgod101   07-21-2015, 07:04 AM
#3
I do not know of any popular programs that use it. Someone sent me what I think was a game bot that used this program to protect its source code. I just followed the steps like I wrote in the tutorial to unpack it. Alas, I don't recall what the program's name was, because I lost it in a hard drive failure. To date, it is the only wild sample I've found.
Konloch   07-21-2015, 01:04 PM
#4
Very interesting way to do this! Another way to do it is dump the JVM's loaded classes (Because unlike JET http://www.excelsiorjet.com/ it requires an external JVM).

Great job on this however, it's awesome to see people reversing the program itself.
  
Users browsing this thread: 1 Guest(s)
Konloch Software - Bytecode Viewer - Reverse Engineering Forum
Copyright © 2014-2025 The Bytecode Club. Powered By MyBB.
CC0 Unless Specified Otherwise.