Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/zvirja/netdebuggingenabler
- Owner: zvirja
- Created: 2013-10-01T22:35:42.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-21T16:44:23.000Z (over 9 years ago)
- Last Synced: 2024-11-09T02:25:02.513Z (2 months ago)
- Language: C++
- Size: 652 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NETDebuggingEnabler
## OverviewTool 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).