Skip to content

13.7.0

Choose a tag to compare

@sentry-release-bot sentry-release-bot released this 01 Jul 13:14

Features

  • Add recursion limit to vendored msvc-demangler. (#1006)
  • Vendor msvc-demangler. (#998)
  • WASM: expose il2cppLineMapping(object, provider), which extracts a Unity Il2cpp C++→C# line mapping by parsing source_info markers from an object's referenced C++ source files and returns it as a JSON document (or undefined when no mappings are found). Source file contents are supplied by a (path) => Uint8Array | null provider callback, so it works without filesystem access. symbolic-il2cpp also gains ObjectLineMapping::from_object_with_provider, the filesystem-free counterpart of from_object. (#1005)
  • WASM: expose ObjectFile.asPe() to narrow an object to a PeFile, and PeFile.embeddedPpdb() returning the decompressed Portable PDB embedded in a managed Windows PE (a standalone, parseable debug information file), or undefined when there is no embedded PPDB. (#1004)

Fixes

  • Fix bugs in the vendored msvc-demangler lib. (#1008)

Dependencies