Re: Reverse engineer to a compiled Pro*C

From: wayne <no_at_email.please.com>
Date: 16 May 2001 23:38:06 GMT
Message-ID: <9dv30u$hu_at_dispatch.concentric.net>


> Somebody know that it's possible to get the source file (file.pc) having
> the
> executable?

This is really a C question.

Remeber that the process is like this:

[Quoted] *.pc --> Oracle ProC --> *.c --> C/C++ compiler --> *.exe

If you have an .EXE you first need to get the C source code (which is very had to do, if not impossible). You may get C source, but it will have the output of the ProC preprocessor (a bunch of calls to an Oracle API). Then you need a program to "decompile" yet again, this time fro the .c file to the .pc file.

All in all, I'd place a strong bet that it cannot be done. Received on Thu May 17 2001 - 01:38:06 CEST

Original text of this message