knah/Il2CppAssemblyUnhollower

Implement support for throwing/rethrowing exceptions

knah opened this issue · 0 comments

knah commented

Right now, when patching game code, the patch typically can catch exceptions (via runtime_invoke) but can't re-throw them. This is unwelcome in some cases, as execution of patch caller can differ because of that.