Recent content by 130347665

  1. Help! Are all Update functions pointing to the same address normal?

    I am modding a game, and many of its functions are pointing to the same address. I want to know if it's an error in my dumper? When I use the UPDATE address with LGLMOD HOOK, I experience a crash.
  2. Help! Global-metadata is not encrypted, but il2cppdumper and Zygisk-Il2CppDumper produce different results.

    我正在使用 il2cppdumper 轉儲遊戲,但當我轉儲它時,我意識到所需的方法不存在。因此,我嘗試使用 Zygisk-Il2CppDumper,兩者之間存在顯著差異。我想知道為什麼會這樣。是否可以使用il2cppdumper獲得所需的結果? 需要用IDA分析,Zygisk-Il2CppDumper沒有這個功能。 我正在尋找一個名為“ logicplayer ”的類。以下是我使用il2cppdumper獲得的結果: 這是我使用Zygisk-Il2CppDumper獲得的結果: 是因為它位於 Game.Main.dll 中嗎? my game is...
  3. Tutorial How to make mod menu for il2cpp and native games

    Nice tutorial ,Thank you!