-
-
[旧帖]
[求助]我想通过c学习逆向分析
0.00雪花
-
发表于:
2012-5-21 14:17
1170
-
[旧帖] [求助]我想通过c学习逆向分析
0.00雪花
#include <windows.h>
int WINAPI WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance,
PSTR szCmdLine, int iCmdShow)
{
MessageBox(NULL,"世界你好","问好",MB_OK);
return 0 ;
}
我用c写了这段简单的代码,用od反汇编出来很多代码,跟踪几次,晕倒!这么简单的代码,竟然调用了好多的库函数,我该怎么用od分析呢?
[注意]传递专业知识、拓宽行业人脉——看雪讲师团队等你加入!