是否有适用于库的类信息插件(IDA Pro)?

发布于 2025-02-11 08:04:20 字数 315 浏览 3 评论 0原文

我最近开始将游戏库文件删除,发现它写在C ++(IDA说其GNU C ++)。很快,我找到了一些VTable函数,例如

(retvalType ...)(ArgStype ...)(*(_ dword*)(this + 0x40) + 0x38)(args ...)

重新函数),

但在此不能使用类告密者。它没有像我重新录制someshootinggame的dll那样出现在插件选项卡下。所以我想它不能在库上使用吗?如果是这样,是否有 替代方案?

顺便说一句,如何找到&将此VFUNC转到伪代码?甚至没有一个子_...名称。

I started decompling a games .so library file recently and found that its written in c++(ida says its GNU C++). Soon i found some vtable functions like

(retvaltype...)(argstype...)(*(_DWORD*)(this + 0x40) + 0x38)(args...)

(prettysure they're vtable functions)

but the class informer cant be used here. It didnt appear under plugins tab like when I was decompling someshootinggame's dll.So i guess it cant be used on so libraries? If so,is there any
alternatives?

And by the way,how locate & turn this vfunc to pseudo code? Doesnt even have a sub_... name.

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文