bincopy icon indicating copy to clipboard operation
bincopy copied to clipboard

Mangling of various file formats that conveys binary information (Motorola S-Record, Intel HEX, TI-TXT, Verilog VMEM, ELF and binary files).

Results 6 bincopy issues
Sort by recently updated
recently updated
newest added

There is `fill(value=None, max_words=None)` that: Fills all empty space between segments Is there any way to fill empty space between chunks?

![image](https://user-images.githubusercontent.com/15367388/120981627-24108f00-c778-11eb-960d-67f102e4f17e.png)

[FA46.zip](https://github.com/eerimoq/bincopy/files/6607422/FA46.zip)

how can we fill empty space in S19 file that is less than 4000 bytes and then create new S19 file? the issue is how to write? ``` f =...

Hello Erik, I am not able to parse ELF file produced by CodeWarrior. I get the following error: bincopy.AddDataError: data added to a segment must be adjacent to or overlapping...

For my use-case it would be useful for `as_binary` to raise an Exception if I ask for data which is not contained in the files I have added. At the...