Files
securedorg.github.io/fundamentals.md
Amanda Rousseau ad2320c192 adding graphics
2017-02-21 20:54:53 -08:00

30 lines
489 B
Markdown

---
layout: default
permalink: /RE101/section1/
title: Fundamentals
---
[Go Back to Reverse Engineering Malware 101](https://securedorg.github.io/RE101/)
# Section 1: Fundamentals #
## Enviroment Setup ##
### Installing VirtualBox ###
#### Windows ####
#### Mac OSX ####
#### Linux ####
## Anatomy of a C program ##
![alt text](https://github.com/securedorg/securedorg.github.io/blob/master/images/Cprogram.gif "C Program")
## x86 Assembly ##
### Registers ###
### Opcodes ###