So I've gotten the code pretty much all done, ready to create a dll and inject it into this game I have.

My limited knowlege of hooking goes something like this: you have to detour/hijack a function within the game that will call your code.

Can anyone help me on how to find a function within this game using a debugger?