mirror of
https://github.com/aljazceru/securedorg.github.io.git
synced 2025-12-28 11:24:27 +01:00
30 lines
649 B
Markdown
30 lines
649 B
Markdown
---
|
|
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 can ##
|
|
|
|
* Take things apart to figure out how it works
|
|
|
|
* Love puzzle solving
|
|
|
|
* Develop experiments and tools
|
|
|
|
* Think outside the box
|
|
|
|
* Constantly learn new things
|
|
|
|
[Next -> Section 1](https://securedorg.github.io/RE101/section1)
|
|
|