Solved error: undefined reference to 'MSFindSymbol'

Status
Not open for further replies.

NullCoder

Inactive Approved Modder
Original poster
Jun 8, 2020
110
901
93
21
None
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.