Skip to content

Latest commit

 

History

History
33 lines (30 loc) · 1.18 KB

README.md

File metadata and controls

33 lines (30 loc) · 1.18 KB
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)
  • Get class names for CCObject pointers

TODO

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