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 #