devgc
devgc
I believe it was 20190102. Generally I install from what is available at https://github.com/log2timeline/l2tbinaries/tree/master/win64. But since this error, I have updated to a newer version.
I think it only works with the old version 2.x. I would like to give this tool a major overhaul but unfortunately it may be a while before I can...
Can you post the exact error message? The problem with returning if jrec is None is that it can be common to have jrec as None for recovered event logs...
I added a -d (--directory) option that should allow it to work now. The issue appears to be that Windows cannot handle the encoding from the command prompt. When you...
Go ahead and give it another try now. Let me know if it fixes it. [commit](https://github.com/devgc/GcLinkParser/commit/71632b8ac8483fa6b926f55447fbd151eebe015d)
It seems that this is largely a Windows encoding issue due to wide characters. Windows Explore does not even display the proper character set for me.  However, I can...
I added a `--json_ascii` option because I set the default for JSON dumps to print Unicode instead of the ASCII Unicode characters.  [commit](https://github.com/devgc/GcLinkParser/commit/0b02ae3f8933c7108b4ea82d09d2b53f74996852)
Try without the ```--json_ascii``` option. What are the results?
The problem is some of the dependencies are not on the python registry. Example: https://github.com/log2timeline/l2tbinaries/tree/master/win64/libesedb-python-20160622.1.win-amd64-py2.7.msi https://github.com/log2timeline/l2tbinaries/blob/master/macosx/libesedb-20160622.dmg Not sure how to handle things like this.
I can't reproduce in Windows. I will try setting up a Fedora x64 machine to test.