adding cube

This commit is contained in:
Amanda Rousseau
2017-03-26 11:52:22 -07:00
parent e48ae933b6
commit 0503a9f8f7
2 changed files with 2 additions and 0 deletions

BIN
images/cube2.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

View File

@@ -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**.