commit c29a9df29ce47c186546a9f9905d1356f7442a97 Author: zhaohe <1013909206@qq.com> Date: Sat Oct 9 17:09:51 2021 +0800 first commit diff --git a/README.md b/README.md new file mode 100644 index 0000000..a024bf9 --- /dev/null +++ b/README.md @@ -0,0 +1,24 @@ +# README + + + +## Ref + +[Hex文件转换成Bin文件 - 简书 (jianshu.com)](https://www.jianshu.com/p/9a76b6f32579) + + + +1.在当前路径地址栏中直接输入‘cmd’,然后回车。 + +![img](markdown.assets/README.assets/1301446-20190318095659030-1788959379.png) + + + +2.将要转换的文件拷贝过来 + +![image-20211009170329521](markdown.assets/README.assets/image-20211009170329521.png) + +3.执行指令 + +![image-20211009170425611](markdown.assets/README.assets/image-20211009170425611.png) + diff --git a/hex2bin.exe b/hex2bin.exe new file mode 100644 index 0000000..a8107f1 Binary files /dev/null and b/hex2bin.exe differ diff --git a/markdown.assets/README.assets/1301446-20190318095659030-1788959379.png b/markdown.assets/README.assets/1301446-20190318095659030-1788959379.png new file mode 100644 index 0000000..5c4efda Binary files /dev/null and b/markdown.assets/README.assets/1301446-20190318095659030-1788959379.png differ diff --git a/markdown.assets/README.assets/image-20211009170329521.png b/markdown.assets/README.assets/image-20211009170329521.png new file mode 100644 index 0000000..4b21719 Binary files /dev/null and b/markdown.assets/README.assets/image-20211009170329521.png differ diff --git a/markdown.assets/README.assets/image-20211009170425611.png b/markdown.assets/README.assets/image-20211009170425611.png new file mode 100644 index 0000000..807ecf9 Binary files /dev/null and b/markdown.assets/README.assets/image-20211009170425611.png differ diff --git a/mot2bin.exe b/mot2bin.exe new file mode 100644 index 0000000..974c720 Binary files /dev/null and b/mot2bin.exe differ