How to overwrite a function; for example memcpy? - Printable Version +- Mario Kart Wii Gecko Codes, Cheats, & Hacks (https://mariokartwii.com) +-- Forum: Hacks/Modding (https://mariokartwii.com/forumdisplay.php?fid=14) +--- Forum: Code Support / Help / Requests (https://mariokartwii.com/forumdisplay.php?fid=61) +--- Thread: How to overwrite a function; for example memcpy? (/showthread.php?tid=1890) |
How to overwrite a function; for example memcpy? - jawa - 08-29-2021 RE: How to overwrite a function; for example memcpy? - Seeky - 08-30-2021 You can hook at the start of the function with a C2 code, and as long as you blr in your code then the game won't return to the normal function after RE: How to overwrite a function; for example memcpy? - Vega - 09-04-2021 You could also use a string write (06) since the rest of the function's contents aren't being used |