Skip to content

vheap/NETAssemblyAnalyzer

Repository files navigation

NETAssemblyAnalyzer

Reflection of .NET assemblies and extracting Imports, Exports, Functions, Strings and Embedded Resources. Obfuscated assemblies are different, but the core stays the same. Just ensure the build and assembly match Platforms (e.g. x86 for both).

Example below of a server I had once created:

Imports and Functions

img1

Strings and Exports

img2

About

Reflection of .NET assemblies and extracting relevant data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages