Wednesday, 11 March 2020

Fishhook Unity global-meta methods

Is it possible to fishhook the methods that are found in global-meta? Ive tried using the symbols like Var$$GetGems for example but it doesn't work. #include <substrate.h> #import <fishhook.h> static int (*orig_gems)(); int my_gems() { return 9999; } %ctor { rebind_symbols((struct rebinding[1])Var$$GetGems,1); }

from iOSGods RSS Feed https://ift.tt/3aOoyEZ

No comments:

Post a Comment