fixing text

This commit is contained in:
Amanda Rousseau
2017-03-24 18:52:54 -07:00
parent 29b6a38a73
commit cf6c8baeff

View File

@@ -27,6 +27,8 @@ Because UPX is a common packer, the unpacker is already built in to CFF Explorer
![alt text](https://securedorg.github.io/images/triage5.png "Unpacking UPX") ![alt text](https://securedorg.github.io/images/triage5.png "Unpacking UPX")
---
### Reopen the executable in IDA. ### Reopen the executable in IDA.
The next step is getting a sense as to what the program is doing. The next step is getting a sense as to what the program is doing.
@@ -116,7 +118,7 @@ Let's use the tool **XORSearch** to see if we can find some interesting xor deco
## Getting the bigger picture ## Getting the bigger picture
Let's navigate to the start of the program using the **X** key. Let's navigate to the start of the program using the **X** key. Use the spacebar to toggle between graph view and text view.
![alt text](https://securedorg.github.io/images/static7.gif "start function") ![alt text](https://securedorg.github.io/images/static7.gif "start function")