首页
社区
课程
招聘
[求助]关闭IDA函数调用的问题
发表于: 2007-12-6 15:22 4450

[求助]关闭IDA函数调用的问题

2007-12-6 15:22
4450
.data:00403FF6                 push    dword ptr [ebp+8]
.data:00403FF9                 and     dword ptr [ebp-4], 0
.data:00403FFD                 mov     ecx, esi
.data:00403FFF                 call    ds:std::basic_string<char,std::char_traits<char>,std::allocator<char>>::append(char const *)

  IDA 代码如上...现在的问题就是最后一句的 call 调用的是什么函数阿.?  

  麻烦知道的指教一下...谢谢..

  还有一句是这样的.

call    ds:std::basic_string<char,std::char_traits<char>,std::allocator<char>>::basic_string<char,std::char_traits<char>,std::allocator<char>>(basic_string<char,std::char_traits<char>,std::allocator<char>>::allocator<char> const &)

  到底是调什么函数阿.?  汗..

[培训]《安卓高级研修班(网课)》月薪三万计划,掌握调试、分析还原ollvm、vmp的方法,定制art虚拟机自动化脱壳的方法

收藏
免费 1
支持
分享
最新回复 (5)
雪    币: 334
活跃值: (212)
能力值: ( LV2,RANK:150 )
在线值:
发帖
回帖
粉丝
2
我顶阿..  没人吗?
2007-12-6 17:26
0
雪    币: 334
活跃值: (212)
能力值: ( LV2,RANK:150 )
在线值:
发帖
回帖
粉丝
3
怎么还没人阿..?
2007-12-7 09:19
0
雪    币: 44229
活跃值: (19955)
能力值: (RANK:350 )
在线值:
发帖
回帖
粉丝
4
这些是C的类调用,IDA能自动识别。要理解,可能需要你掌握一些面向对象的编程知识。
2007-12-7 09:31
0
雪    币: 846
活跃值: (221)
能力值: (RANK:570 )
在线值:
发帖
回帖
粉丝
5
类~~~~~~~~~~~~
2007-12-7 09:31
0
雪    币: 334
活跃值: (212)
能力值: ( LV2,RANK:150 )
在线值:
发帖
回帖
粉丝
6
哦哦..~明白了...thanks.
2007-12-7 11:06
0
游客
登录 | 注册 方可回帖
返回
//