反编译solaris中的第三方共享库

发布于 2024-09-07 16:22:18 字数 37 浏览 5 评论 0原文

是否可以将为Solaris构建的第三方共享库反编译为C代码?

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

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

何以畏孤独 2024-09-14 16:22:18

有点像。简短的回答是:不太好。

长的答案是阅读 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文