If there are no errors in a bin, but an output file is specified, the program erroneosly reports that an output file was created.
nyetwurk opened this issue · 4 comments
nyetwurk commented
$ ./me7sum M.bin out.bin
ME7Sum (v1.0.5-2-gd061a) [Management tool for Bosch ME7.x firmwares]
Inspiration from Andy Whittaker's tools and information.
Written by 360trev and nyet [BSD License Open Source].
Attempting to open firmware file 'M.bin'
...
*** Found 73 checksums in M.bin
*** DONE! 0/0 error(s) in M.bin corrected in out.bin! ***
$ ls -al out.bin
ls: cannot access 'out.bin': No such file or directory
aryaanlambe commented
Hello!
May I work on this issue?
nyetwurk commented
Of course
aryaanlambe commented
Great! I'll get working on it.
nyetwurk commented
Thank you for your PR!