找回密码
 立即注册
while循环Theloop | 其他 2021-06-01 597 0star收藏 版权: . 保留作者信息 . 禁止商业使用 . 禁止修改作品
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)

1622542167657.rar



上一篇:N_IDA调试功能_switch分支的识别
下一篇:加密与解密笔记(二)