mirror of
https://github.com/aljazceru/securedorg.github.io.git
synced 2025-12-24 01:14:24 +01:00
28 lines
380 B
Markdown
28 lines
380 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 ##
|
|
|
|
## x86 Assembly ##
|
|
|
|
### Registers ###
|
|
|
|
### Opcodes ###
|
|
|