找回密码
 立即注册
枚举IDAEnumerationcpp | 其他 2021-06-01 518 0star收藏 版权: . 保留作者信息 . 禁止商业使用 . 禁止修改作品
G.IDA调试功能.枚举类型(逆向)
在控制台应用程序项目ida3中象上次课那样把ida3-1.cpp和ida3-2.cpp从编译中排除,新建一个ida3-3.cpp添加到这个项目,定义枚举并使用枚举变量,整个源程序如下:

(G. Ida debugging function. Enumeration type (reverse)
In the console application project ida3, as in the last lesson, exclude ida3-1.cpp and ida3-2.cpp from compilation, create a new ida3-3.cpp and add it to the project, define enumeration and use enumeration variables. The whole source program is as follows:)

1622541163531.rar



上一篇:F_IDA调试功能_控制结构if
下一篇:H_IDA调试功能_for循环