Solved error: undefined reference to 'MSFindSymbol'

Status
Not open for further replies.

NullCoder

Inactive Approved Modder
Hi, no where can I find help on using MSFindSymbol. I am using this code:

int getMoney () {
return 999;
}

MSHookFunction ((MSFindSymbol (NULL, "_Test")), (void *) getMoney, NULL);

I use this hook code: LGLTeam/Android-Mod-Menu

throws an error about the wrong link to MSFindSymbol. Help me please! If anything, you can unsubscribe to me in messages.
 
Status
Not open for further replies.
Back
Top Bottom