diff --git a/fundamentals2.md b/fundamentals2.md index e0dd04b..26881ce 100644 --- a/fundamentals2.md +++ b/fundamentals2.md @@ -21,6 +21,8 @@ Typical windows programs are in the Portable Executable (PE) Format. It’s port ![alt text](https://securedorg.github.io/images/PE32.png "PE 32 Header") +![alt text](https://securedorg.github.io/images/PEHeader.gif "PE 32 Header Animated") + ## Memory Layout ## ## The Stack ## diff --git a/images/PEHeader.gif b/images/PEHeader.gif new file mode 100644 index 0000000..efb2925 Binary files /dev/null and b/images/PEHeader.gif differ