knah / Il2CppAssemblyUnhollower

A tool to generate Managed->IL2CPP proxy assemblies
GNU Lesser General Public License v3.0
503 stars 87 forks source link

Fix native exceptions stack traces #65

Open knah opened 3 years ago

knah commented 3 years ago

il2cpp_format_stack_trace practically always returns an empty string. Using the trace_ips field of Exception class, or calling the GetStackTrace method might provide better results.