Function Calls, Part 4 (What Exactly Is "this"?)
- Published 02/14/2008
Learn about a dissasembly view of function calls, and decipher the __thiscall calling convention.
Learn about a dissasembly view of function calls, and decipher the __thiscall calling convention.
Explore a dissasembly view of function calls, including organization of the stack for local variables and the concept of stack frames and frame pointers.
Read a dissasembly view of function calls, explaining organization of the stack and the behavior in the context of different calling conventions.
Learn about the stack and how to extract function calling information from the stack in a compiler-independent way.