<[EMAIL PROTECTED]> wrote in message news:58199@palm-dev-forum...
>
> Hi,
>
> Anyone know of anything that can decomplile a prc (not
> pqa) file, showing the source c or c++ code?
Generally, its impossible to go from compiled code back to C or C++. It
can be done, but the code you get out will usually have very little to
do with the source code used to make the executable.
For the case of Palm OS execuatables, you can disassemble PRC files
using Palm Debugger by looking at the assembly code executed. You can
also extract resources from a PRC. I know of nothing which tries to
reconstruct C code from them.
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/