eerimoq / bincopy

Mangling of various file formats that conveys binary information (Motorola S-Record, Intel HEX, TI-TXT, Verilog VMEM, ELF and binary files).
MIT License
109 stars 38 forks source link

Enhancement don't parse no vailed lines of the end #21

Open EbATpy opened 3 years ago

EbATpy commented 3 years ago

image

eerimoq commented 3 years ago

I'm not sure, but isn't this a problem with the tool that created the hex-file?

EbATpy commented 3 years ago

Yes it is!

eerimoq commented 3 years ago

Then I suggest that you replace the invalid characters before calling the bincopy methods. :)

EbATpy commented 3 years ago

Hi, yes in my fork I add regulaexpression 1 line code.