.NET Binary

Introduction

TODO:

Add methods for identifying if a binary is .NET

DNSpy

DNSSpy is a .NET debugger and assembly editor. It can be used to return effective source code from a .NET binary. We can download the release here:

Open Binary

We can open the binary and view for any source code or strings that may be hard coded.

Last updated