Jump to content

kappshh

Newbie
  • Posts

    3
  • Joined

  • Last visited

Everything posted by kappshh

  1. After the module function is turned on, the function cannot be turned off void (*oldReloadDurUp)(void *instance); //字段偏移 void reloaddurationup(void *instance) { if (instance != NULL) { if (canFastr) { *(float *) ((uint64_t) instance + 0x154) = 40.0; } } return oldReloadDurUp(instance); } A64HookFunction( (void*)getAbsoluteAddress("libil2cpp.so", 0x6875E0), (void *)reloaddurationup, (void **)&oldReloadDurUp); canFastr = boolean; Please help me where is the problem
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines