Update challenge4.md

This commit is contained in:
SECURED.ORG
2017-11-21 17:13:41 -08:00
committed by GitHub
parent 7beb92db4e
commit 9545e7e75d

View File

@@ -18,7 +18,7 @@ The first part of the start function is the biggest hint. It is looking for the
## Structure ##
![alt text](https://securedorg.github.io/flareon4/images/ch4_diagram.png "diagram")
![alt text](https://securedorg.github.io/flareon4/images/ch4_diagram.png "ch4 diagram")
The binary is actually performing typical malware-like behaviors that I see all the time:
@@ -92,4 +92,4 @@ for i in range(len(string)):
print answer
```
[Challenge 3 <- Back](https://securedorg.github.io/flareon4/challenge3) | [Next -> Challenge 5](https://securedorg.github.io/flareon4/challenge5)
[Challenge 3 <- Back](https://securedorg.github.io/flareon4/challenge3) | [Next -> Challenge 5](https://securedorg.github.io/flareon4/challenge5)