52ky 发表于 2021-6-1 18:09:37

O_IDA调试功能_while循环的识别

O.IDA调试功能.while循环的识别(逆向)
循环结构比选择结构稍微复杂一点,从前面的for循环可以看出来。接下来开始看看while循环,看看它们的区别。
在控制台工程ida4中通过项目设置把所有.cpp文件都Exclude出去。再新建一个C++源文件while.cpp

(O. Ida debugging function. Identification of while loop (reverse)
The loop structure is a little more complex than the selection structure, as can be seen from the previous for loop. Let's take a look at the while loop to see the difference.
In the console project ida4, all. CPP files are excluded through project settings. Create a new C + + source file, while. CPP)



页: [1]
查看完整版本: O_IDA调试功能_while循环的识别