Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Windows support. #1

Open
assafcarlsbad opened this issue Dec 12, 2019 · 1 comment
Open

Add Windows support. #1

assafcarlsbad opened this issue Dec 12, 2019 · 1 comment

Comments

@assafcarlsbad
Copy link

assafcarlsbad commented Dec 12, 2019

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.

adrianherrera added a commit that referenced this issue Dec 13, 2019
@adrianherrera
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants