(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:.......)