Recent content by Ccb0y

  1. Discussion error in the code

    Thanks for the answer, I already figured out and solved my problem (I realized how stupid the question was asked XD)
  2. 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...
  3. Help! il2pp hook(android hook)

    I'll try to realize this and send my decision then
  4. Help! il2pp hook(android hook)

    As I understand it, I need to: 1)Get the current assemblies.2)Inside the desired assembly, search for the class by name.3)?????
  5. Help! il2pp hook(android hook)

    Thanks for the answer, but to get my class, I still have to use the export table ?
  6. 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...
  7. 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...
  8. READ! How to become "Approved Modder"?

    😢
Back
Top Bottom