Files
securedorg.github.io/RE102/re102_section8.md
2017-08-10 16:10:50 -07:00

25 lines
1002 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
layout: default
permalink: /RE102/section8/
title: Setup
---
[Go Back to Reverse Engineering Malware 102](https://securedorg.github.io/RE102/)
# Section 8: Conclusion #
![alt text](https://securedorg.github.io/RE102/images/typing.gif "intro")
This concludes workshop RE102. I hope you enjoyed the levels of obfuscation and evasion. Here is a summary of what the malwares packer does.
```
8be8abab0f3ebcc18e7b8b3c437feb073fa7b9b30e8b1eef81451f0938b2a52a
```
The purpose of this workshop was to get you familiar with Anti Reverse Engineering, Encryption, VM Evasion and Packing techniques. As you saw this malware's packer had multiple layers of shellcode and tricks to throw off a reverse engineer. But by breaking things down step by step, you were able to work your way through each challenge.
![alt text](https://securedorg.github.io/RE102/images/Section8_Conclusion.png "Section8_Conclusion")
Special thanks to Ashkan.
[Section 7 <- Back](https://securedorg.github.io/RE102/section7)