-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathx86_stack_frame
More file actions
17 lines (16 loc) · 3.35 KB
/
x86_stack_frame
File metadata and controls
17 lines (16 loc) · 3.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
A R O V
+---------------------+ High Memory
| Args |
|---------------------|
| Return Address |
+---------------------+
| Old EBP |
+---------------------+ <- EBP
| vars |
+---------------------+ <- ESP
| |
| (Free Space) |
| |
+---------------------+
| Lower Addresses | Low Memory
0xcafebabe (dword -> 4bytes -> 8 hex digits)