Prashant Akerkar wrote:
Is it Possible to extract the source code from .exe, ... .class(java) files.

[ I think you're way off-topic but... ]


Nope. But you can try to decompile binaries or java class files.
Try googling for decompilation tools

Note that decompiling softs can be prohibited by law enforcements
(not in Europe for interoperability reasons, but well in the US).

Result from decompilation is not source code of course, can be made
very difficult, and result is very different from src code.
In particular case of java class files, decompilation can lead to
really good results (with bad-looking variable names tough)

Christophe

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to