Skip to content

A mod that overhauls the crash log system in Geometry Dash

License

Notifications You must be signed in to change notification settings

Prevter/BetterCrashlogs

Repository files navigation

Logo

Better Crashlogs

A mod that overhauls the crash log system in Geometry Dash.

image

Features

  • Resizable window using ImGui
  • More information about the exception
  • Registers and stack memory display strings/pointers (if available)
  • Saves crash logs to a file
  • Ability to copy crash log to clipboard
  • Restart button to restart the game
  • Stack trace with better formatting
  • Stack memory view
  • Handling breakpoints
  • Ability to continue execution (may crash again)
  • Motivational quotes (like in Minecraft)
  • Base game method names (no more GeometryDash.exe+0x123456)
  • Basic disassembly view (using Zydis)
  • Terminate crashed threads without closing the game
  • Auto update bindings for the game (supports any GD version)

TODO

  • Fetch .pdb files from mod's GitHub repository (if available)
  • Add a settings menu to configure the theme/font size
  • Get class names for CCObject pointers