是否有适用于库的类信息插件(IDA Pro)?
我最近开始将游戏库文件删除,发现它写在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 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论