Category Archives: python

Installing pyscard with Python 3+ on macOS

In 2020, I did some reading and writing Python code to read NSICCS (National Standard for Indonesia Chip Card Specification) using USB SmartCard Reader Gemalto PC Twin Reader. This was possible using pyscard v1.9.9 with Python 2.7. I just realized that the library was installed on my old MacBook Pro Retina 2012 and has not… Read More: Installing pyscard with Python 3+ on macOS »

Disassembling Binary File with Python on Mac

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: Disassembling Binary File with Python on Mac »