GitXplorerGitXplorer
r

AssemblyInfo

public
7 stars
1 forks
1 issues

Commits

List of commits on branch master.
Unverified
0c71631880c97e99b11401946f581180048d640d

Updated for net5

committed 3 years ago
Unverified
3672a6b2765a7539da8165b8500a5c39100d6021

fixes a bug with unloadable declared types

rreplaysMike committed 4 years ago
Verified
1d17509fd3f4208e4a46d81e871a308065ec88e0

Update README.md

rreplaysMike committed 4 years ago
Verified
3d53d12dcdb87fc1b96dd61faa16f6e3146dbbb8

Update README.md

rreplaysMike committed 4 years ago
Unverified
3608fd8c29bc97f160cbd61ed9d746f88104e650

Adds video inspection support

rreplaysMike committed 4 years ago
Unverified
2880b36f7ef695dce426887a96213895815868dd

adds video inspection

rreplaysMike committed 4 years ago

README

The README file for this repository.

AssemblyInfo

Provides assembly information for dll's and exe's in the windows explorer context menu as well as command line.

Installation

Download the latest release of Assembly Info and install using the MSI package.

Usage

Right-click on any assembly (dll, exe) and choose "Open with AssemblyInfo" to retrieve it's metadata. You can also use it via command line, or launch the AssemblyInfo.exe to be prompted via the UI to load an assembly file to inspect.

Features

  • Inspect any windows assembly (.exe, .dll, .msi)
  • Inspect any image (.png, .jpg, .bmp, .gif, etc)
  • Inspect any video (.mp4, .mov, .avi etc)
  • Provides information on strong typing, versions, checksums, metadata
  • Adds to Windows right-click context menu on any file

Screenshot

AssemblyInfo

Command-line usage

> AssemblyInfo.exe --filename C:\myassembly.dll --print --pretty

Getting help:

> AssemblyInfo.exe --help

Output in CSV format:

> AssemblyInfo.exe --filename C:\myassembly.dll --print