Search results

  1. Help! find a function in IDA

    I'm currently trying to read a .so library with IDA (I don't believe it's il2cpp, there's no global-metadata.dat). I watched many tutorials, most are tutorials to patch the library in hexadecimal but I would like to know how to find the offset of a function that manages the attack in this game...
  2. Solved Frida hook to cpp mod ?

    Hello, I have currently created a hook that does exactly what I want with FRIDA, I would now like to adapt it in cpp mod but I do not understand the hook system at all and how to adapt my function function awaitForCondition(callback) { var i = setInterval(function () { var addr =...
  3. Solved Decrypt and modify file (unity3d game)

    Hello, I currently plan to modify the files that are loaded by this game: HATSUNE MIKU: COLORFUL STAGE! – Applications sur Google Play My goal is to modify the dialogues which are stored in downloadable files after installing the game. These files are stored in...