You are viewing a potentially older version of this package. View all versions.
Goorakh-PatchDumper-1.0.0 icon

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

CHANGELOG

1.0.0 Changes:

  • First release