Reputation: 1306
Is it possible to decompile third-party shared libraries built for solaris into C code?
Upvotes: 1
Views: 944
Reputation: 16379
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.
Upvotes: 1