开发者

decompile third-party shared libraries in solaris

开发者 https://www.devze.com 2023-01-05 07:07 出处:网络
Is 开发者_JS百科it possible to decompile third-party shared libraries built for solaris into C code?Sort of.The short answer is: not really well.

Is 开发者_JS百科it possible to decompile third-party shared libraries built for solaris into C code?


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消