找回密码
 立即注册
函数functionmain变量 | 其他 2021-06-01 623 0star收藏 版权: . 保留作者信息 . 禁止商业使用 . 禁止修改作品
6087*-*C.IDA调试功能.变量与函数调用(逆向)
上次用VC写了只有一个空的main函数的程序来进行反汇编和调试。今天写几个别的函数来学习简单的函数调用。
跟上次一样建个控制台应用程序项目ida2并新建一个main.cpp添加到这个项目,写上main函数并在main函数中定义一个变量,如下:.........

(C. Ida debugging function. Variable and function call (reverse)
Last time, I wrote a program with only one empty main function in VC for disassembly and debugging. Today, write a few other functions to learn about simple function calls.
Just like last time, create a console application project ida2 and add a new main.cpp to the project. Write the main function and define a variable in the main function, as follows:.......)

1622538482004.rar



上一篇:B_IDA调试功能_了解栈
下一篇:D_IDA调试功能_数组