dyld

Using DYLD interposing to interpose class functions

Hi ;) I have succesfully using dyld -macosx- to interpose standard C functions to a third party application, getting important information about the workarounds it does. But what I really need is to replace a certain function of a certain class. The function I want to override is QString::append(..., ..., ...), so each time a string is...