Prashant Akerkar wrote:

I have a Query. Is it Possible to extract the source code from .exe,(VB,'C',C++),.dll(VB,'C',C++) or .class(java) files.


To some extent. All that's left intact by the compiler is the logic, not the exact source code. In theory, a utility to transform machine code logic into C (or another high-level language), but you wouldn't get the exact source code you compiled.

--
The above message is encrypted with double rot13 encoding.  Any unauthorized attempt 
to decrypt it will be prosecuted to the full extent of the law.

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



Reply via email to