Recent content by Ccb0y

  1. Discussion error in the code

    I'm trying to get instances of a class and it keeps crashing. #define IL2CPP_MODULE OBFUSCATE("libil2cpp.so") typedef int64_t (__fastcall* UnityFindObjectOfTypeFunc)(int64_t type); typedef int64_t (__fastcall* System_Type_GetTypeFunc)(int64_t a1); UnityFindObjectOfTypeFunc FindObjectOfType...
  2. Help! il2pp hook(android hook)

    I have a question about creating hooks for android games.Can I do this the same way as for a PC? Just by setting a pointer to a function, etc.? Why am I asking this? I would like to get the functions from the il2cpp export table and get the class address of my mobs.That is, first get my assembly...
  3. Help! Connecting to the game(C++)

    Hello, I want to start making mods, applications for changing memory, etc. I think that first I need to write an application that, when launched, I can connect to the android application.And then, after connecting, find the necessary addresses, in general, do something like Process select in...
Back
Top Bottom