News

I'm trying to cast my function to an int, add an offset, and cast it back to a function pointer (I don't plan on calling the pointers).
And when you pass a pointer into a function it is a copy of the pointer, which is why you don't want to nest functions and keep passing in pointers, the stack will have the pointer multiple times.