Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

minshuai/hexbin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

7 Commits

Repository files navigation

1.hex2bin (convert a hex file to a bin file)
command example: hex2bin xx.hex -s00000000 -l100
a xx.bin should be generated in the same folder.
the hex file name should have a .hex suffix.
-s set the start position in the hex
-l length
2.bin2hex (convert a bin file to a hex file)
command example: bin2hex xx.bin -s00000000 -l100 -bffff0000
a xx.hex should be generated in the same folder.
the bin file name should have a .bin suffix.
-s set the start position in the bin file (default: 0x00000000)
-l length (default: the length of bin file)
-b the linear position in the hex file (default: 0x00000000)
Note: the hex file does not contain the segment address
3.combineBin (merger 2 bin files into a file)
command example: combineBin aa.bin ab.bin bb.bin

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors

Languages

AltStyle によって変換されたページ (->オリジナル) /