Chrisitsjustmechris.hashnode.dev·Apr 14, 2022Hooking MacOS C++ Function Stubs Across ArchitecturesHello, Today we're going to be exploring how to exploit a flaw in MacOS system functions that allows us to replace, and ultimately hook the stub (representation in our target binary). For this example, we'll be working with a very basic application t...Discuss·248 readsReverse EngineeringmacOS