eMule-Tools =========== GapRemover ---------- Syntax: `GapRemover ` GapRemover parses `` in 64Bytes-Blocks. Those blocks are copied into `` if they contain anything other than 00h-Bytes. I wrote this because my Media Player keeps freezing when there are errors in the stream. This procedure keeps the freezes short. GapMerger --------- Syntax: `GapMerger ` GapRemover parses both ``s in 64Bytes-Blocks. It copies `` to `` except if a byte in `` is 00h and the byte at the same position in `` is NOT 00h. Then, the byte from `` is written into ``. `` and `` have to be same size. I wrote this because I sometimes download the same file 2 times and both downloads have gaps at different parts of the file. This tool merges all data into one file.