简体   繁体   中英

Extract contents of Windows executable that is a wrapped jar file?

I've been trying to unwrap a jar file that is in a Windows executable. I tried to open it with 7Zip, but as I expected that didn't work, and going through the executable in a hex editor leads me to believe it was wrapped with exe4j. Is there any way to get the contents of the jar file?

So I figured out the solution, it turns out exe4j puts the jar file it needs into a user's temporary directory, like this . I'll leave this up for anyone else who may need to something like this.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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