CursedSheep / ExtremeDumper

.NET Assembly Dumper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ExtremeDumper

.NET Assembly Dumper

Description

View Processes

The default page is process view. You can right click here to dump all .NET modules and view modules in selected process. And also you can click "Inject Dll" to inject a .NET assembly into any process. Any process which contains desktop clr or coreclr will be marked as green.

View Modules

This page show all modules in select process and you can just view .NET modules by click "Only .NET Modules". Any .NET module will be marked as green.

View Exported Functions

This page shou exported functions for unmanaged dlls.

Inject .NET assemblies

Currently the injector supports any .NET Framework assembly with any platform target. And you can pass a string argument to injection main method in injector. In the future it will supports .NET Core.

Downloads

GitHub: Latest release

AppVeyor: Build status

About

.NET Assembly Dumper


Languages

Language:C# 100.0%