diff --git a/fundamentals2.md b/fundamentals2.md index e290f56..e0dd04b 100644 --- a/fundamentals2.md +++ b/fundamentals2.md @@ -13,8 +13,14 @@ Typical windows programs are in the Portable Executable (PE) Format. It’s port ![alt text](https://securedorg.github.io/images/Cprogram.gif "C Program") +## Windows Architecture ## + +![alt text](https://securedorg.github.io/images/WindowsArch.png "Windows Architecture") + ## PE Header ## +![alt text](https://securedorg.github.io/images/PE32.png "PE 32 Header") + ## Memory Layout ## ## The Stack ## diff --git a/images/PE32.png b/images/PE32.png new file mode 100644 index 0000000..145d679 Binary files /dev/null and b/images/PE32.png differ diff --git a/images/WindowsArch.png b/images/WindowsArch.png new file mode 100644 index 0000000..1c21269 Binary files /dev/null and b/images/WindowsArch.png differ