Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Reverse engineer to a compiled Pro*C

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@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:

*.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 Wed May 16 2001 - 18:38:06 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US