GDB Debugging Method (9) – Printing Linked Lists

GDB Debugging Method (9) - Printing Linked Lists

When debugging issues, it is common to encounter linked lists, and manually calculating and filling in linked lists with GDB can be quite cumbersome. However, pwndbg provides a very useful command called telescope that helps us automatically parse linked lists. Conditions for Printing Linked Lists with Telescope When programmers design linked lists, the structures can … Read more

PyTelescope: Create Your Remote Stargazing Tool with Python!

PyTelescope: Create Your Remote Stargazing Tool with Python!

▼ Click the card below to follow me ▲ Click the card above to follow me When it comes to stargazing, many people think of expensive professional equipment and complex operations. But now, I want to share a super cool Python project – PyTelescope. This is a magical tool that allows you to easily control … Read more