BepInEx / Il2CppInterop

A tool interoperate between CoreCLR and Il2Cpp at runtime
GNU Lesser General Public License v3.0
185 stars 59 forks source link

pdb support? #105

Open mitchcapper opened 11 months ago

mitchcapper commented 11 months ago

I noticed the code used to seemingly have PDB support in it. I can't find any reference to it anymore however. I am trying to track down a crash with only some basic patching but don't see a good way to manually resolve the callstack call offsets using dnspy. Should I just regenerate the old using the old unhollow or am I missing something around it?

ds5678 commented 1 month ago

Are you referring to this?

https://github.com/knah/Il2CppAssemblyUnhollower/tree/master/UnhollowerPdbGen

mitchcapper commented 1 month ago

Yes, for the record I resolved my crash another way but yeah the PDB gen support seemed useful in some scenarios.