Currently, iGameGod is one of the most popular memory modification and patching tools on iOS, supporting basic value searching, speedhacking, and touch injection. However, it lacks advanced pointer analysis capabilities (such as multi-level pointer scanning and offset resolution).
In modern iOS games and applications, dynamic memory allocation (heap) means that static offsets or direct addresses frequently change across game restarts or level loads. Tools like VansonMod already incorporate built-in pointer analysis and RVA-based scanning workflows, making it significantly easier to track down persistent values through pointer chains.
Adding a similar Pointer Analysis / Pointer Scan feature to iGameGod would greatly enhance its capabilities for reverse engineering and modding on both jailbroken and TrollStore-supported environments.