Debugging refers to analyzing a running program/binary in order to find and remove bugs. In this section, we will learn to analyze/debug a binary using the Pygdbmi Python library.


What will you learn?


  • Analyzing a binary using Pygdbmi Python library


References:


  1. Pygdbmi library   (https://github.com/cs01/pygdbmi)


Labs Covered:


User Avatar

Python IDE Warmup Lab

User Avatar

Automating GDB with Python I

User Avatar

Automating GDB with Python II