Il2CppInterop
Il2CppInterop copied to clipboard
Port UnhollowerPdbGen to Il2CppInterop
Original source: https://github.com/knah/Il2CppAssemblyUnhollower/tree/ea4ff499b2bd902de8ef2de3d132278cbb86ae4f/UnhollowerPdbGen
Modifications:
- Use
Il2CppInterop.Common
instead ofUnhollowerBaseLib
- Use
AsmResolver
instead ofMono.Cecil
- Use .NET 6 instead of .NET 5
- Formatting
Resolves #105