Tag Archives: pydasm

Disassembling Binary File with Python on Mac

By | August 7, 2020

I’m currently doing some exploration towards PE32 on my macOS. Some of interesting surface analysis, some of deep analysis. But sometimes, I need only to see what kind of instructions in a small chunk of PE32. It was begin with the this blog, that discussing PE32 using Python pefile module by Ero Carrera. Installing pefile… Read More »