cp2077-address-hash
Skillby alphanin9
Translate Cyberpunk 2077 executable RVAs into address-hash entries by converting each RVA into the linker-map offset format `section_number:rva_from_base_of_section` and looking it up in `cyberpunk2077_addresses.json`. Use when Codex needs to resolve CP2077 function or symbol hashes from RVAs, compare disassembly addresses against the address-hash database, or automate lookups with the bundled Python script. Address hashes are used to keep executable offsets update-agnostic and can be used with `RED4ext::UniversalRelocFunc`.
Details
- Path
- cp2077-address-hash/SKILL.md