adding stack info

This commit is contained in:
Amanda Rousseau
2017-03-13 16:27:05 -07:00
parent e8b52c44b4
commit a4dd716c36
2 changed files with 6 additions and 0 deletions

View File

@@ -69,4 +69,10 @@ This diagram illustrates how the PE is placed into memory.
## The Stack ## ## The Stack ##
- Data is either pushed onto or pop off of the stack data structure
- **EBP** - Base Pointer is the register that used to store the references in the stack frame
This diagram represents a typical stack frame.
![alt text](https://securedorg.github.io/images/TheStackFrame.png "Stack Frame")
[Environment Setup <- Back](https://securedorg.github.io/RE101/section1) | [Next -> x86 Assembly](https://securedorg.github.io/RE101/section1.3) [Environment Setup <- Back](https://securedorg.github.io/RE101/section1) | [Next -> x86 Assembly](https://securedorg.github.io/RE101/section1.3)

BIN
images/TheStackFrame.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 99 KiB