views:

28

answers:

1

Is it possible to decompile third-party shared libraries built for solaris into C code?

A: 

Sort of. The short answer is: not really well.

The long answer is to read what REC and other "reverse" compilers do.

Maybe try here REC:

http://www.backerstreet.com/rec/rec.htm

try Rational Rose as well:

http://www.slac.stanford.edu/BFROOT/www/Computing/Environment/Tools/Rose.html

They can create C. or C++. Whether you can read it is another story.

jim mcnamara
from the program description it looks like it is more appropiate for executables
Alin