Skip to content

Command line tool to convert a hexadecimal string to binary format. Useful for unpacking malware.

Notifications You must be signed in to change notification settings

ProIntegritate/Hex2Bin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Hex2Bin

Command line tool to convert a hexadecimal string to a binary format. Can be used for dumping hex encoded payloads to binary files, i.e. executables in malware.

Syntax: Hex2Bin INFILE OUTFILE

A file with the content "40414243444546" produces a file with the content "@ABCDEF".

About

Command line tool to convert a hexadecimal string to binary format. Useful for unpacking malware.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published