1
0
Fork 0
mirror of https://github.com/jugeeya/UltimateTrainingModpack.git synced 2025-03-21 22:06:10 +00:00
UltimateTrainingModpack/source/saltysd_helper.h

4 lines
123 B
C
Raw Normal View History

2019-03-26 19:15:58 -04:00
int SaltySD_function_replace(u64 addr, u64 new_func);
int SaltySD_function_replace_sym(char* function_sym, u64 new_func);