Code Monkey home page Code Monkey logo

dumpty's Introduction

Dumpty

Dump tool for .Net.

Work in progress

This started off as a tool I use at work, a collection of my ClrMD scripts. It's extremely spartan and needs some refactoring.

Getting started

Getting started with Git and GitHub

  • People new to GitHub should consider using GitHub for Windows.
  • If you decide not to use GHFW you will need to:
  1. Set up Git and connect to GitHub
  2. Fork the Dumpty repository

Rules for Our Git Repository

  • We use "A successful Git branching model". What this means is that:
    • You need to branch off of the develop branch when creating new features or non-critical bug fixes.
    • Each logical unit of work must come from a single and unique branch:
      • A logical unit of work could be a set of related bugs or a feature.
      • You should wait for us to accept the pull request (or you can cancel it) before committing to that branch again.

How To Use Dumpty

  1. Execute the REPL command at the CLI: dumpty -e repl
  2. Load a memory dump: load "C:\dev\dumps\dump.dmp"
  3. Execute a command: dumpstrings "C:\dev\strings"

Supported Commands

  • repl: Creates a REPL
  • help: When followed by another command, explains the usage of the command
  • load: Loads a memory dump
  • dumpstrings: Finds unique strings and dumps them to a directory as individual files
  • agcroot: Aggregates GC roots. Helps with finding memory issues caused by large amounts of small objects.

License

Dumpty is licensed under the MIT license, which can be found in LICENSE.

Additional Restrictions

  • We only accept code that is compatible with the MIT license (essentially, BSD and Public Domain).
  • Copying copy-left (GPL-style) code is strictly forbidden.

dumpty's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

doannhat90

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.