E.IDA调试功能.结构类型(逆向)
刚才学了数组,通过d键可以在byte、word和double word间改变元素的尺寸,右键Array...设置数组元素个数及显示方式。
接下来学结构。为了文件名好统一管理,把刚才的控制台应用程序项目ida3中的main.cpp从项目中删除,通过资源管理器把main.cpp改名为ida3-1.cpp,然后在VC中用菜单Project下的Add To Project下的Files...找到刚改名的ida3-1.cpp文件添加到项目中。如图。
(E. Ida debugging function. Structure type (reverse)
Just now I learned array. You can change the size of elements between byte, word and double word by D key. Right click array... To set the number of array elements and display mode.
Next, learn structure. In order to manage the file name uniformly, delete the main.cpp in the previous console application project ida3 from the project, change the name of main.cpp to ida3-1.cpp through the resource manager, and then add the newly renamed ida3-1.cpp file to the project by using the add to project files... Under the menu project in VC. As shown in the picture.)