2
I don’t know the right way to explain this question, but I’ll try it my way. I have an app. exe and I need to create some customizations for the executable, so I created a DLL and gave hook for the changes to be loaded. Until then, everyone knows.
This is the scenario: Hook(0xOffset, &myclass::myFunc);
There’s a class in the. exe that I need to rewrite completely and I’ve already done this in my dll, but I’m having problems with the hook in the class functions, they are not static. I read many topics and I could not implement with the methods that were presented by other people. In some cases, the compiler did not accept, in others accepted, but . exe did not find the actual address of the function.
Could you help me? Some example?
I don’t even know how to thank you. You saved my life! I’ve been trying for days to do something and I can’t. Thank you so much!
– Thulio