Tags: gdb debugging 

Rating:

This solution relies on pwndbg to execute relevant functions, while circumventing invalid operations. Although it was possible to solve this task by adapting the decompiled functions, I wanted to investigate an approach that relied less on reimplementing the executable’s code.

Original writeup (https://nevesnunes.github.io/blog/2020/07/23/CTF-Writeup-UIUCTF-2020-Redd_s-Art.html).