Skip to content

A dll injected into process to dump stack when crashing.

License

Notifications You must be signed in to change notification settings

Ben-Elric/CrashLogger

 
 

Repository files navigation

CrashLogger

A dll injected into process to dump stack when crashing.

Support me at https://www.minebbs.com/resources/crashlogger.2287/

At Crash

  • Result of stack walk will output both at console and file .\logs\TrackBack.log
  • Dumpbin database will generate at file .\logs\CrashDump.dmp

image

  • Stack walk can give you a general view of possible problems.

Using CrashDump, WinDbg and .pdb files, you can get more infomation about the crash.

About

A dll injected into process to dump stack when crashing.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 85.9%
  • C 14.1%