SkyLined / BugId

Detect, analyze and uniquely identify crashes in Windows applications
https://bugid.skylined.nl
Other
499 stars 90 forks source link

Use internal stack unwinder #72

Closed SkyLined closed 6 years ago

SkyLined commented 6 years ago

BugId currently relies on cdb.exe to unwind stacks. Because I'd like to stop using the closed-source and sometimes buggy cdb.exe in favor of open-source alternatives (so I can fix any bugs I encounter), I will need to find an alternative stack unwinder.

I believe it should not be too hard to implement this using direct Windows API calls and the dbghelp.dll modules.

SkyLined commented 6 years ago

Moved to https://github.com/SkyLined/cBugId/issues/14