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:
Pygdbmi library (https://github.com/cs01/pygdbmi)
Labs Covered:
In this lab, you will learn how to use the VS Code IDE’s debugging options.
In this lab, you will learn to automate debugging a binary with GDB using the Pygdbmi Python library.
In this lab, you will learn to automate debugging a binary with GDB using the Pygdbmi Python library.