Blog
December 11, 2018
Using gdb to Call Random Functions
Sometimes reverse engineering is graceful and purposeful, where you thread the needle just right to figure out some obscure, undocumented function and how it can be used to the best of your ability. This article isn't about that.
In this post, we'll look at how we can find hidden functionality by...