Skip to content

Commit

Permalink
Fix a couple minor typos
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanguest committed Mar 29, 2017
1 parent 4af3bde commit 76789dd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dynamic.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ title: Dynamic Analysis
## LAB 3
Dynamic analysis is a deeper analysis of the program to understand hidden functionality not understood statically. The static analysis will serve as a guide for stepping through the program in a debugger.

Open the unpacked malware into the **x32dbg.exe** (refered as x64dbg) debugger and **IDAfree**.
Open the unpacked malware into the **x32dbg.exe** (referred as x64dbg) debugger and **IDAfree**.

---

Expand Down
2 changes: 1 addition & 1 deletion fundamentals.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ title: Fundamentals

# Section 1: Fundamentals #

## Enviroment Setup ##
## Environment Setup ##

In this section you will be setting up a safe virtual malware analysis environment. The virtual machine (VM) that you will be running the malware on should not have internet access nor network share access to the host system. This VM will be designated as the **Victim VM**. On the other hand, the **Sniffer VM** will have a passive role in serving and monitoring the internet traffic of the Victim VM. This connection remains on a closed network within virtualbox.

Expand Down
2 changes: 1 addition & 1 deletion retools.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ title: RE Tools

### Keyboard Layout for IdaFree and x64dbg

![alt text](https://securedorg.github.io/images/keyboarddbg.gif "Keyboad Layout")
![alt text](https://securedorg.github.io/images/keyboarddbg.gif "Keyboard Layout")

---

Expand Down
2 changes: 1 addition & 1 deletion tool.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ title: RE Tools
# Required Tools #
Please download the tools based on the operating system you are running

## Virutal Box ##
## Virtual Box ##

### Windows ###

Expand Down

0 comments on commit 76789dd

Please sign in to comment.