08-29-2021, 07:11 PM
How to overwrite a function; for example memcpy?
|
« Next Oldest | Next Newest »
|
Users browsing this thread: 2 Guest(s)
How to overwrite a function; for example memcpy?
|
08-29-2021, 07:11 PM
08-30-2021, 07:44 AM
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
09-04-2021, 09:08 PM
You could also use a string write (06) since the rest of the function's contents aren't being used
|
« Next Oldest | Next Newest »
|