From ad26ea52c367ddce13dcd541520658d6dd999788 Mon Sep 17 00:00:00 2001 From: Amanda Rousseau Date: Tue, 21 Feb 2017 19:05:37 -0800 Subject: [PATCH] adding intro --- RE101.md | 2 ++ intro.md | 21 +++++++++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 intro.md diff --git a/RE101.md b/RE101.md index 15471f9..01b877d 100644 --- a/RE101.md +++ b/RE101.md @@ -9,6 +9,8 @@ title: Reverse Engineering Malware 101 # Material # +[Introduction](https://securedorg.github.io/RE101/intro/) + ### Section 1) [Fundamentals](https://securedorg.github.io/RE101/section1/) ### ### Section 2) [Malware Techniques](https://securedorg.github.io/RE101/section2/) ### diff --git a/intro.md b/intro.md new file mode 100644 index 0000000..6a49fb1 --- /dev/null +++ b/intro.md @@ -0,0 +1,21 @@ +--- +layout: default +permalink: /RE101/intro/ +title: Intro +--- +[Go Back to Reverse Engineering Malware 101](https://securedorg.github.io/RE101/) + +# Introduction # + +# Reverse Engineering # +"is the processes of extracting knowledge or design information from anything man-made and re-producing it or re-producing anything based on the extracted information" + +## What does it mean to be a reverse engineer? ## +## You are ## +⋅⋅* A fast learner +⋅⋅* Able to derive meaning from nonsense +⋅⋅* A good puzzle solver +⋅⋅* Able to think outside of the box +⋅⋅* Willing to frequently use the scientific method +⋅⋅* Resourceful +