Skip to content

Instantly share code, notes, and snippets.

@rosehgal
Created July 26, 2018 04:32
Show Gist options
  • Save rosehgal/9d21258e6a65fd5f750de67e79ce3f18 to your computer and use it in GitHub Desktop.
Save rosehgal/9d21258e6a65fd5f750de67e79ce3f18 to your computer and use it in GitHub Desktop.
+---------------+ Highest Address 0xffffffff
| cmd line args |
| env Variable |
+---------------+
| STACK |
+--+------------+
| | |
| | |
| v ^ |
| | |
| | |
+------------+--+
| HEAP |
+---------------+
| Uninitialized |
| Data(BSS) |
+---------------+
| Initialized |
| Data |
+---------------+
| Read Only |
| data |
| + |
| code |
+---------------+ Lowest Address 0X00000000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment