https://github.com/samboycoding/melonautopdbgen
MelonLoader plugin for automatic generation of PDB files on IL2CPP games.
https://github.com/samboycoding/melonautopdbgen
melonloader melonloader-plugin windows-only
Last synced: 3 months ago
JSON representation
MelonLoader plugin for automatic generation of PDB files on IL2CPP games.
- Host: GitHub
- URL: https://github.com/samboycoding/melonautopdbgen
- Owner: SamboyCoding
- Created: 2024-07-13T19:56:14.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-07-13T20:04:54.000Z (12 months ago)
- Last Synced: 2025-03-25T10:43:20.358Z (3 months ago)
- Topics: melonloader, melonloader-plugin, windows-only
- Language: C#
- Homepage:
- Size: 5.86 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MelonAutoPdbGen
MelonLoader plugin to automatically download and execute UnhollowerPdbGen to generate a PDB file for GameAssembly.dll, at the appropriate time.
Only relevant for IL2CPP games on Windows. The plugin won't do anything in other situations.
## Features
- Automatically downloads required files for PDB Generation from [here](https://github.com/SamboyCoding/Il2CppAssemblyUnhollower/releases/tag/pdbgen)
- Automatically executes generation at the correct stage in the game loading process so that things work properly across updates and mods can use the PDB immediately.
- Automatically detects game updates and re-generates the PDB.
- Basically it's just fully automatic, throw this in your plugin folder and forget about it.