Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zvirja/netdebuggingenabler

Small C++ tool for .NET assembly optimization disabling
https://github.com/zvirja/netdebuggingenabler

Last synced: 8 days ago
JSON representation

Small C++ tool for .NET assembly optimization disabling

Awesome Lists containing this project

README

        

# NETDebuggingEnabler
## Overview

Tool for .NET assembly optimization disabling. To find more details how it works refer to the following article: [https://msdn.microsoft.com/en-us/library/9dd8z24x.aspx](https://msdn.microsoft.com/en-us/library/9dd8z24x.aspx).

Tool provides GUI and doesn't have any depencency.

## Main tool features:

* Full support for both x86 (WOW64) and x64 processes.
* Processes name filter (e.g. display only w3wp processes).
* Modules path filter (e.g. display only user assemblies for w3wp processes).
* Hints for w3wp processes (it displays application pool name, which is enough to choose the proper w3wp process).
* UI state saving across sessions (position, size, checkbox/textbox values).