From a86638b3ad49dac187c285621eb8415e8ccc1422 Mon Sep 17 00:00:00 2001 From: Amanda Rousseau Date: Tue, 21 Feb 2017 18:52:48 -0800 Subject: [PATCH] updating links --- RE101.md | 10 +++++----- dynamic.md | 8 ++++++++ malware.md | 8 ++++++++ static.md | 8 ++++++++ triage.md | 8 ++++++++ 5 files changed, 37 insertions(+), 5 deletions(-) create mode 100644 dynamic.md create mode 100644 malware.md create mode 100644 static.md create mode 100644 triage.md diff --git a/RE101.md b/RE101.md index f8b8b1a..15471f9 100644 --- a/RE101.md +++ b/RE101.md @@ -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/) ### diff --git a/dynamic.md b/dynamic.md new file mode 100644 index 0000000..cff8424 --- /dev/null +++ b/dynamic.md @@ -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 # diff --git a/malware.md b/malware.md new file mode 100644 index 0000000..b61830f --- /dev/null +++ b/malware.md @@ -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 # diff --git a/static.md b/static.md new file mode 100644 index 0000000..09f92f0 --- /dev/null +++ b/static.md @@ -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 # diff --git a/triage.md b/triage.md new file mode 100644 index 0000000..86b91f7 --- /dev/null +++ b/triage.md @@ -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 #