Hi Guys,
my first post here.
This tool does not work. The reason is the wrong usage of the fread function. The source assumes it returns the number of bytes read, but it returns the number of objects read (so ==1 here).
I made a quick fix on all lines using the fread. Now it works.
As I searched for the github to send a pull request, I saw that it was forked from another git. That seems to be more sophisticated and works as well (same results as my hack).
The broken repo:
The working repo:
Many regards, Dieter