Recent Posts

Using Python APIs in GDB

4 minute read

Debugging can be so much fun and sometimes can be very frustrating. Especially when debugging cores from large applications, there can be so many structures ...

Running GDB on macOS Big Sur

2 minute read

I usually use a remote VM for my dev work. I switched to my local mac due to some issues with remote environment. When I needed to run some quick debugging e...

Syntax Highlighting in python using pygments

1 minute read

I was working on a script where I had to output some markdown and json formatted content to the terminal. I thought it would be prettier to print that with s...