Skip to content

Simple python utility for creating HEX versions of binary files.

License

Notifications You must be signed in to change notification settings

Al-Garifov/hexit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hexit

Simple python utility for creating HEX versions of binary files. I needed a hex version of binary code to insert it in x64dbg so I created this script.

Usage

python -m hexit [-h] -i INPUT [-o OUTPUT]

options:
  -h, --help            show this help message and exit
  -i INPUT, --input INPUT
                        Input .bin file
  -o OUTPUT, --output OUTPUT
                        Output .hex file```

About

Simple python utility for creating HEX versions of binary files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages