https://github.com/zvirja/manageddumpassembliesfetcher
Tool to fetch managed assemblies from the memory dump file
https://github.com/zvirja/manageddumpassembliesfetcher
Last synced: about 1 month ago
JSON representation
Tool to fetch managed assemblies from the memory dump file
- Host: GitHub
- URL: https://github.com/zvirja/manageddumpassembliesfetcher
- Owner: zvirja
- Created: 2016-09-14T14:27:53.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-09-14T14:57:02.000Z (over 8 years ago)
- Last Synced: 2025-03-30T13:22:39.073Z (2 months ago)
- Language: C#
- Size: 55.7 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ManagedDumpAssembliesFetcher
Tool to fetch managed assemblies from the memory dump file
## Usage
Ensure to use x86 or x64 depending on the bitness of the memory dump file.```
>tool.exe "PathToDumpFile" "PathToOutputDirectory" ["Path to custom DAC"] [-noskip]
```Path to custom DAC is optional and should be used if tool is unable to resolve DAC automatically.
`-noskip` - set flag if you don't want to skip .NET assemblies.