Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 441 Bytes

File metadata and controls

22 lines (16 loc) · 441 Bytes

GrokAssembly

GrokAssembly is a simple .NET/mono project used for getting name and version information out of an assembly. It is primarily used for the OWASP Dependency Check project to identify company, product, and version information.

Usage:

$ GrokAssembly <assembly>

or

$ mono GrokAssembly.exe <assembly>