Prevter / BetterCrashlogs

A mod that overhauls the crash log system in Geometry Dash

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

TODO

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

About

A mod that overhauls the crash log system in Geometry Dash

License:MIT License


Languages

Language:C++ 98.0%Language:CMake 2.0%