Source: Intro to Intel x86, OpenSecurityTraining
1 – Fix C++/ Linker Setup Properties
* Program Database (/Zi)
* Disable Security Check
* __cdecl (/Gd) or __stdcall (/Gz)
* Linker/Enable Incremental Linking (No)
2 – Breakpoint on Main -> Go to Disassembly
3 – Windows/Memory -> Address on ESP (hexadecimal display and 4-byte integers)
4 – Windows/Registers
1 – Fix C++/ Linker Setup Properties
* Program Database (/Zi)
* Disable Security Check
* __cdecl (/Gd) or __stdcall (/Gz)
* Linker/Enable Incremental Linking (No)
2 – Breakpoint on Main -> Go to Disassembly
3 – Windows/Memory -> Address on ESP (hexadecimal display and 4-byte integers)
4 – Windows/Registers