简体   繁体   English

需要将exe文件转换为JAR文件

[英]Need to convert exe file to JAR file

I have one exe file, that is packed by Tool Jar2exe. 我有一个exe文件,由Tool Jar2exe打包。 Can anyone help me to Convert it to jar file or is it possible or not ? 任何人都可以帮助我将其转换为jar文件或是否可能? Below is the link of that file . 以下是该文件的链接。

http://www.mediafire.com/?eh7dmuy9vxd9m3w http://www.mediafire.com/?eh7dmuy9vxd9m3w

您是否尝试过使用7-zip或winzip等归档程序打开文件,然后解压缩.class文件?

if 7-zip doesnt work or just show libs but not main jar it means the option " hide /encrypt " was used. 如果7-zip不起作用或只显示libs而不是主jar,则表示使用了“hide / encrypt”选项。 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 因此你需要使用winhex,ollydbg和ressource黑客,你可以去http://reverseengineeringtips.blogspot.fr/2014/12/unpacking-jar2exe-21-extracting-jar.html

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. 然而,有可能exe文件将包含很好地打包在一起的类文件。 Then just try to open it in 7-ZIP or similar and see if that works out. 然后尝试以7-ZIP或类似方式打开它,看看是否有效。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM