Thanks to visit codestin.com
Credit goes to github.com

Skip to content

fremag/Insidump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Insidump

Analyze .net memory dump file with terminal ui

image

It's NOT MemoScope 2

MemoScope was written in 2015 with Winforms and its goal was to analyze dump files from .Net framwork 32 bit (< 4 Go) I don't think a web app is a good choice here so no Blazor, React etc WinForms is obsolete and I don't want to try WPF, MAUI, WinUI, Electron etc.

So why not a text ui ? (I was a fan of Norton Commander back in the days) Terminal.GUI has the tree table view I needed so let's go for this framework. If it works with Linux through a terminal with ssh, I'll be happy :)

The goal is to open and analyze large dump files (~100 Go, it takes hours with Memoscope) and have most useful features:

  • Types: display type infos and instances
  • Thread: calls + stack
  • Strings: show duplicated strings and memory wasted
  • Patterns: analyze how some instances are kept in memory and try to find memory leaks

Of course, it uses ClrMd and it could not exist without it.

Why Insidump ? because it sounds like "Inside Dump" and Inside Out from the Brecker Brothers.

About

Analyze .net memory dump file with terminal ui

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages