Skip to content

Commit

Permalink
updating spelling errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Amanda Rousseau committed Mar 29, 2017
1 parent 9050245 commit daff2dd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions retools.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ title: RE Tools
## Disassemblers

* [Ida](https://www.hex-rays.com/products/ida/)
* Free (Used in this worksop)
* Free (Used in this workshop)
* Pro (Most Popular)
* [Radare](https://www.radare.org)
* [Capstone](http://www.capstone-engine.org/)
Expand All @@ -20,7 +20,7 @@ title: RE Tools

## Debuggers

* [x64dbg](http://x64dbg.com/) (Used in this worksop)
* [x64dbg](http://x64dbg.com/) (Used in this workshop)
* [Immunity](https://www.immunityinc.com/products/debugger/)
* [OllyDbg](http://www.ollydbg.de/) (Most Popular)
* [WinDbg](https://developer.microsoft.com/en-us/windows/hardware/windows-driver-kit)
Expand All @@ -36,15 +36,15 @@ title: RE Tools

## Information Gathering

* [CFF Explorer](http://www.ntcore.com/exsuite.php) - PE header parser (Used in this worksop)
* [PE Explorer](http://www.heaventools.com/overview.htm) - PE inspection tool (Used in this worksop)
* [CFF Explorer](http://www.ntcore.com/exsuite.php) - PE header parser (Used in this workshop)
* [PE Explorer](http://www.heaventools.com/overview.htm) - PE inspection tool (Used in this workshop)
* [BinText](https://www.mcafee.com/hk/downloads/free-tools/bintext.aspx) - Extract string from a binary
* [Sysinternals Suite](https://technet.microsoft.com/en-us/sysinternals/bb842062.aspx) (Used in this worksop)
* [Sysinternals Suite](https://technet.microsoft.com/en-us/sysinternals/bb842062.aspx) (Used in this workshop)
* procmon
* procexplorer
* [InetSim: Internet Services Simulation Suite](http://www.inetsim.org/downloads.html) (Used in this worksop)
* [InetSim: Internet Services Simulation Suite](http://www.inetsim.org/downloads.html) (Used in this workshop)
* [Yara: pattern matching rule engine](https://virustotal.github.io/yara/)
* [Wireshark](https://www.wireshark.org/download.html) - network sniffing (Used in this worksop)
* [Wireshark](https://www.wireshark.org/download.html) - network sniffing (Used in this workshop)
* [API Monitor](http://www.rohitab.com/downloads)

### Helpful Websites
Expand All @@ -60,7 +60,7 @@ title: RE Tools

## Support

* [HxD Hex Editor](https://mh-nexus.de/en/hxd/) (Used in this worksop)
* [HxD Hex Editor](https://mh-nexus.de/en/hxd/) (Used in this workshop)
* [Python](https://www.python.org/downloads/) - used for automating tasks

---
Expand Down
2 changes: 1 addition & 1 deletion static.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ It's easy to trace back through the program disassembly, but let's look at some
[![alt text](https://securedorg.github.io/images/static9.gif "jz jump")](https://securedorg.github.io/images/static9.gif)

```assembly
jz loc_401962 ; jump too offset loc_401962 if the previous condition is zero
jz loc_401962 ; jump to offset loc_401962 if the previous condition is zero
```

```assembly
Expand Down

0 comments on commit daff2dd

Please sign in to comment.