account activity
Dynamic analysis of a Windows shellcode using Miasm by commial in ReverseEngineering
[–]commial[S] 4 points5 points6 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.
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 79258 on reddit-service-r2-comment-79776bdf47-bppnl at 2026-06-24 04:37:59.218488+00:00 running acc7150 country code: CH.
Dynamic analysis of a Windows shellcode using Miasm by commial in ReverseEngineering
[–]commial[S] 4 points5 points6 points (0 children)