Search results

  1. Help! I can't get the UnityEngine build.AndroidJNIModule.dll.

    I'm trying to use a dump of the game and the AndroidJNIHelper class to get the class of the application itself (its activity). I'm trying to get a pointer to the method I need through the il2cpp api. But at the stage of getting the assembly (il2cpp_domain_assembly_open) the dream returns null...
  2. Help! The compiler doesn't see my namespace.

    I tried to add esp functions to my cheat, but did not encounter a problem. When I try to take any method from the esp namespace itself, I get an error saying that the namespace does not exist, because the esp file is included. Here is the ESPManager itself, in which there is an error: #ifndef...