#define targetLibName OBFUSCATE("libil2cpp.so")
void (*set_health)(void *instance, float amount);
// You can use Start, Awake, Update, LateUpdate, FixedUpdate, or any other method that you know will eventually get called within the game.
void *classInstance;
void (*old_Start)(void *instance)...