Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
You are viewing a potentially older version of this package.
View all versions.
PatchDumper
Debugging tool for developers to inspect runtime patches.
| Date uploaded | 8 months ago |
| Version | 1.0.0 |
| Download link | Goorakh-PatchDumper-1.0.0.zip |
| Downloads | 174 |
| Dependency string | Goorakh-PatchDumper-1.0.0 |
This mod requires the following mods to function
bbepis-BepInExPack
Unified BepInEx all-in-one modding pack - plugin framework, detour library
Preferred version: 5.4.2113README
PatchDumper
A debugging tool to help inspect runtime patches (IL Hooks) that isn't miserably staring at a raw IL printout in the console.
Adds a 'dump_hooks' command that writes all active method IL Hooks to an assembly file (Hooks.dll, placed in this mod's plugins folder). Open this with any disassembler to view what your hooks look like expressed as actual code.
CHANGELOG
1.0.0 Changes:
- First release