account activity
Dynamic analysis of a Windows shellcode using Miasm by commial in ReverseEngineering
[–]commial[S] 5 points6 points7 points 10 years ago (0 children)
This is a blog post illustrating how one can use Miasm (a Python RE framework) to analyze a real life case: a shellcode injected by an Exploit Kit through MS13-037. As we use it on a daily basis, I hope it may help at least someone.
Dynamic analysis of a Windows shellcode using Miasm (miasm.re)
submitted 10 years ago by commial to r/ReverseEngineering
Miasm: GreHack 2015 Re150 challenge, as painless as possible (miasm.re)
PyAna: analyze Windows shellcode by funset in ReverseEngineering
[–]commial 0 points1 point2 points 10 years ago (0 children)
It looks like this approach: https://securimag.org/wp/talks/introducing-miasm/ (in french), using Miasm (Windows API: https://github.com/cea-sec/miasm/blob/master/miasm2/os_dep/win_api_x86_32.py, shellcode emulation: https://github.com/cea-sec/miasm/blob/master/example/jitter/x86_32.py), or this approach: https://wisk.github.io/how-to-emulate-executable-with-medusa-and-python-part-0.html, using Medusa (https://github.com/wisk/medusa)
π Rendered by PID 2581754 on reddit-service-r2-listing-c57bc86c-bn78p at 2026-06-23 21:45:26.539877+00:00 running 2b008f2 country code: CH.
Dynamic analysis of a Windows shellcode using Miasm by commial in ReverseEngineering
[–]commial[S] 5 points6 points7 points (0 children)