Native Hooks in Python
Posted on Sat 30 June 2018 in Python • Tagged with mayhem, tutorial
Sometimes it can be helpful to alter the functionality of a native program. This is often achieved through function hooks. These hooks come in a few different flavors depending on how they are installed. For this post we'll be focusing on "inline" hooks and describe how they can be installed …
Continue reading