Skip to content

CMD Program to Display Build Info for Go Binaries

License

Notifications You must be signed in to change notification settings

maa3x/buildinfo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Build Info Extractor

A command-line tool to extract and display build information from Go binary files.

Description

This tool reads and displays detailed build information from compiled Go binaries, including:

  • Main module information
  • Dependencies
  • Build settings
  • Go Version
  • Module replacements (if any)

Installation

go install github.com/maa3x/buildinfo@latest

Usage

buildinfo <path-to-binary> [additional-binaries...]

The tool accepts one or more binary files as arguments and displays their build information in a formatted table.

About

CMD Program to Display Build Info for Go Binaries

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages