Mostly made for personal use. Have some neat features and should work on Patch 2.21 too!
- Helps get address hashes and jump to them
- Helps with reversing classes that have RTTI definition
- Renames them + their ctors + their vtables + their type object
- Checks if address hashes used in core frameworks are present in current CP2077 version, whines if they're not
- Currently checks for ArchiveXL, Codeware, TweakXL, RedHotTools, CET, RED4ext SDK and my shared library for my mods
- Shamelessly steal other people's hard-worked reverse engineering efforts into your .i64 with this Innovative™ tool!
- Utilizes the same sources as the core framework checker
Credits to @cra0 for his RVA finder that I used as a "base" for hacking together the address hash helper. Shoutout to @psiberx as well for giving some hints on the RTTI type finder.