mirror of
https://github.com/aljazceru/securedorg.github.io.git
synced 2025-12-23 17:04:27 +01:00
adding intro
This commit is contained in:
2
RE101.md
2
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/) ###
|
||||
|
||||
21
intro.md
Normal file
21
intro.md
Normal file
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user