Alin
Alin

Reputation: 1306

decompile third-party shared libraries in solaris

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

Upvotes: 1

Views: 944

Answers (1)

jim mcnamara
jim mcnamara

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

Related Questions