反编译solaris中的第三方共享库
是否可以将为Solaris构建的第三方共享库反编译为C代码?
Is it possible to decompile third-party shared libraries built for solaris into C code?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有点像。简短的回答是:不太好。
长的答案是阅读 REC 和其他“反向”编译器的作用。
也许尝试这里 REC:
http://www.backerstreet.com/rec/rec.htm
也尝试一下 Rational Rose:
http:// www.slac.stanford.edu/BFROOT/www/Computing/Environment/Tools/Rose.html
他们可以创建 C 或 C++。能不能读懂又是另外一回事了。
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.