updating navigation

This commit is contained in:
Amanda Rousseau
2017-03-08 13:59:47 -08:00
parent e931359f43
commit 5dbd740655
3 changed files with 19 additions and 0 deletions

View File

@@ -6,3 +6,11 @@ title: RE Tools
[Go Back to Reverse Engineering Malware 101](https://securedorg.github.io/RE101/)
# Section 3: Reverse Engineering (RE) Tools #
* Disassembler
* Decompilers
* Debugger
* Information Gathering
* Support
[Section 2 <- Back](https://securedorg.github.io/RE101/section2) | [Next -> Section 4](https://securedorg.github.io/RE101/section4)

View File

@@ -6,3 +6,5 @@ title: Static Analysis
[Go Back to Reverse Engineering Malware 101](https://securedorg.github.io/RE101/)
# Section 5: Static Analysis #
[Section 4 <- Back](https://securedorg.github.io/RE101/section4) | [Next -> Section 6](https://securedorg.github.io/RE101/section6)

View File

@@ -6,3 +6,12 @@ title: Triage Analysis
[Go Back to Reverse Engineering Malware 101](https://securedorg.github.io/RE101/)
# Section 4: Triage Analysis #
* Simple Search
* Collect Strings
* Check AV vendors
* Get basic PE information
* Run it in a VM
* Capture network information
[Section 3 <- Back](https://securedorg.github.io/RE101/section3) | [Next -> Section 4](https://securedorg.github.io/RE101/section4)