updating links

This commit is contained in:
Amanda Rousseau
2017-02-21 18:52:48 -08:00
parent 7687c13a67
commit a86638b3ad
5 changed files with 37 additions and 5 deletions

View File

@@ -11,14 +11,14 @@ title: Reverse Engineering Malware 101
### Section 1) [Fundamentals](https://securedorg.github.io/RE101/section1/) ###
### Section 2) Malware Techniques ###
### Section 2) [Malware Techniques](https://securedorg.github.io/RE101/section2/) ###
### Section 3) RE Tools ###
### Section 3) [RE Tools](https://securedorg.github.io/RE101/section3/) ###
### Section 4) Triage Analysis ###
### Section 4) [Triage Analysis](https://securedorg.github.io/RE101/section4/) ###
### Section 5) Static Analysis ###
### Section 5) [Static Analysis](https://securedorg.github.io/RE101/section5/) ###
### Section 6) Dynamic Analysis ###
### Section 6) [Dynamic Analysis](https://securedorg.github.io/RE101/section6/) ###

8
dynamic.md Normal file
View File

@@ -0,0 +1,8 @@
---
layout: default
permalink: /RE101/section6/
title: Dynamic Analysis
---
[Go Back to Reverse Engineering Malware 101](https://securedorg.github.io/RE101/)
# Section 4: Dynamic Analysis #

8
malware.md Normal file
View File

@@ -0,0 +1,8 @@
---
layout: default
permalink: /RE101/section2/
title: Malware Techniques
---
[Go Back to Reverse Engineering Malware 101](https://securedorg.github.io/RE101/)
# Section 2: Malware Techniques #

8
static.md Normal file
View File

@@ -0,0 +1,8 @@
---
layout: default
permalink: /RE101/section5/
title: Static Analysis
---
[Go Back to Reverse Engineering Malware 101](https://securedorg.github.io/RE101/)
# Section 5: Static Analysis #

8
triage.md Normal file
View File

@@ -0,0 +1,8 @@
---
layout: default
permalink: /RE101/section4/
title: Triage Analysis
---
[Go Back to Reverse Engineering Malware 101](https://securedorg.github.io/RE101/)
# Section 4: Triage Analysis #