Even when compiled and running, not even the program knows what will happen when the next objc_msgSend comes up. There are different strategies for hooking into and executing Objective-C code; you’ll explore these in the next chapter. This chapter focuses on how to hoo...