stuartjsmith / binarydetailer

Given a directory name, will iterate dll and exe files and output binary details

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Binary Detailer

Binary Detailer is a method of outputing binary details such as net framework, 64 bit compatibility, version etc. Given a directory name, it will iterate dll and exe files and output the results to a csv file.


Usage

  1. Build the project to produce the BinaryDetailer.exe
  2. Open a Windows terminal
  3. Call the .exe with file path as an argument

Example

Screenshot 1

Screenshot 2

Screenshot 3


Contribute

Congratulations! You’re up and running. Now you can begin using and contributing your fixes and new features to the project.

About

Given a directory name, will iterate dll and exe files and output binary details

License:Apache License 2.0


Languages

Language:C# 100.0%