diff --git a/images/cube2.gif b/images/cube2.gif new file mode 100644 index 0000000..fb6d7d7 Binary files /dev/null and b/images/cube2.gif differ diff --git a/static.md b/static.md index fabc1db..fc82d2a 100644 --- a/static.md +++ b/static.md @@ -7,6 +7,8 @@ title: Static Analysis # Section 5: Static Analysis # +![alt text](https://securedorg.github.io/images/cube2.gif "static cube") + Static analysis is like reading a map for directions on where to go. As you follow through this map you capture notes on what things might look interesting when you actually begin your journey. This section will teach you how to jump into code in static disassembly then rename and comment on interesting assembly routines that we will debug in **Section 6**.