Skip to content

Various reverse engineering stuff for Cyberpunk 2077 - because hosting it is more convenient here than on Discord

License

Notifications You must be signed in to change notification settings

alphanin9/CyberpunkReversing

Repository files navigation

Some scripts for Cyberpunk 2077 reverse engineering

Mostly made for personal use. Have some neat features and should work on Patch 2.21 too!

Address helper

  • Helps get address hashes and jump to them

Find all RTTI types

  • Helps with reversing classes that have RTTI definition
  • Renames them + their ctors + their vtables + their type object

Core framework hash checker

  • 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

Hash yoinker

  • 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.

About

Various reverse engineering stuff for Cyberpunk 2077 - because hosting it is more convenient here than on Discord

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages