Results 5 comments of antagon

Look at `gvm linkthis --help`.

The reason gdb crashes, is that it embeds python since version 7, I think. I ran python3 and gdb through valgrind and it spits out lots of invalid reads. Also,...

@contentfree I am unable to test for OSX, however I have pushed a new branch https://github.com/antagon/TCHunt-ng/tree/1.4 with minor changes to the source code that reflect on structure of `struct stat`...

TCHunt-ng uses Chi-square test to determine a level of randomness, which consists of calculating an entropy and then comparing it against the embedded statistical data. Though I completely agree with...

I have added regression tests. It's far from perfect but it makes easier to spot if something went amiss (like if some files are no longer recognized as encrypted/random and...