Search results

  1. Discussion Frida not detecting libil2cpp.so

    Rooted, frida-server running, everything works. However, it can't detect the libil2cpp.so in the game. I'm trying to get the base address of libil2cpp.so I can see that libil2cpp.so is loaded in GameGuardian I can successfully check all loaded module of the package and list it all out as seen...
  2. Solved Modding without Patching

    Let's say I want to monitor the value of public Int32 drop_item_level; // 0x2c. And somehow change that value in the future, how would I go about it? I'm leaning more on Frida, but my "public class ItemGeneratorEnemy : RGCharacterComponent" does not have an offset to it. Do I just use Frida to...