Goorakh-PatchDumper icon

PatchDumper

Debugging tool for developers to inspect runtime patches.

Last updated 3 weeks ago
Total downloads 35
Total rating 1 
Categories Tools
Dependency string Goorakh-PatchDumper-1.0.0
Dependants 0 other packages depend on this package

This mod requires the following mods to function

bbepis-BepInExPack-5.4.2113 icon
bbepis-BepInExPack

Unified BepInEx all-in-one modding pack - plugin framework, detour library

Preferred version: 5.4.2113

README

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.