开发者

How to get the code of a java exe? [duplicate]

开发者 https://www.devze.com 2023-01-07 08:45 出处:网络
This question already exists: Closed 12 years ago. Possible Duplicate: Where can I find a Java decompiler?
This question already exists: Closed 12 years ago.

Possible Duplicate:

Where can I find a Java decompiler?

开发者_如何学编程

Hi,

how to get the source code of a java exe file (an simple application)?

(I know its not obfuscated)

EDIT: Its an Exe File, not more not less, no *.jar


Well, first step would be to try to find program which turned the .jar into exe. After that you would need to study how that program is doing its thing and find a way to reverse it. After that, if you manage to get raw data, you'd use java decompilers.

You could take a look at this question for example and start from there: How can I extract java exe to jar

Here: http://www.physicsforums.com/showthread.php?t=243295 it's said that it could be difficult.


There is no such thing as java exe file. Do you mean by this JAR file? If so search for "java decompiler" in google. You can decompile bytecode to java code, but if code was obfuscated it will be ugly and hard to read and understand.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号