shamrockhoax / mazedecoder

28 stars 7 forks source link

Deobfuscating Maze's Control Flow Obfuscations

This is the source code related to my blogpost The Many Paths Through Maze. Forgive me, but currently the source code is written using Python 2.7.

Deobfuscation Methods

Currently, only the Byte-search Method discussed in the blog post is covered. Eventually, I'd like to add a few different methods.

Bytesearch Method

Relies upon searching for specific bytes to identify the obfuscations.

IOCs

Hashes

Further Reading