6 Star 22 Fork 14

iot-fan/iot-fan_at_cnblogs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

hexinfo.exe

  • 为hex信息查看工具
hexinfo.exe out.hex

hex2bin.exe

  • hex文件转bin文件工具,将从hex文件描述内容的首地址开始
  • 描述内部不连续的hex文件将填充0xff
hex2bin.exe a.hex a.bin

bin2hex.exe

  • bin文件转hex文件工具,默认将bin文件从hex的0地址开始放
bin2hex.exe a.bin a.hex
bin2hex.exe --offset=1024 a.bin a.hex

mergehex.exe

  • 为多个hex合并工具,输出仍然是hex
mergehex.exe -m a.hex b.hex c.hex -o out.hex
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/iot-fan/iot-fan_at_cnblogs.git
git@gitee.com:iot-fan/iot-fan_at_cnblogs.git
iot-fan
iot-fan_at_cnblogs
iot-fan_at_cnblogs
master

搜索帮助