Tuesday, August 2, 2011

How to covert exe file to jad format?

In my opinion, you can't. Not easily, at least. The EXE file is probably a Windows-based executable, running some x86 code. A JAD file is similar to a JAR file, i.e. compiled byte code made to run in a Java Virtual Machine.

No comments:

Post a Comment