SkillAgentSearch skills...

Bin2hex

My first Go project; Convert binary data to escaped hex format.

Install / Use

/learn @JamesHovious/Bin2hex
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

bin2hex

Bin2Hex is a command line tool that will parse a binary file and write out a a hex file in an escaped format (e.g. "\x90\41").

For example .\Bin2Hex.exe -i MyBytes.bin -o MyHex.hex

Usage: 
  -i, --InFile string    Path to the input file.
  -o, --OutFile string   Path to the output file.
  -l, --linebreak        Multiline output.

Related Skills

View on GitHub
GitHub Stars5
CategoryDevelopment
Updated1y ago
Forks3

Languages

Go

Security Score

70/100

Audited on Jun 18, 2024

No findings