afl-mutation-graph icon indicating copy to clipboard operation
afl-mutation-graph copied to clipboard

Add Windows support.

Open assafcarlsbad opened this issue 4 years ago • 1 comments

Windows is having some trouble handling files which contain the ':' character (it is mainly used to denote NTFS alternate data streams) and therefore WinAFL uses '_' as the separator instead. Currently, afl_mutation_chain.py assumes the files in the queue are colon-separated, which prevents it from working out-of-the-box on Windows machines.

While we can work around this problem quite easily by changing '_' into ':' from the WSL shell, it would be nice to have this as a feature of the project. If deemed worthy I can open a PR for that.

assafcarlsbad avatar Dec 12 '19 21:12 assafcarlsbad

Ah ok, I did not realise this. Does the above commit fix the issue?

adrianherrera avatar Dec 13 '19 00:12 adrianherrera