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

allow the winafl.dll path to be specified by -w in afl-tmin.exe #436

Merged
merged 4 commits into from
Apr 9, 2024
Merged

Conversation

cvspvr
Copy link
Contributor

@cvspvr cvspvr commented Apr 8, 2024

fixes #179 so that afl-tmin.exe can run from a different directory than the one winafl.dll is in

allow the winafl library path to be specified by -w in afl-tmin
@ifratric
Copy link
Collaborator

ifratric commented Apr 8, 2024

Thanks for contributing! winafl_dll_path should be initialized to winafl.dll. For example, see this code from afl-fuzz.c: https://github.com/googleprojectzero/winafl/blob/master/afl-fuzz.c#L8469

@cvspvr
Copy link
Contributor Author

cvspvr commented Apr 8, 2024

whoops! i've added that in

afl-tmin.c Show resolved Hide resolved
@cvspvr
Copy link
Contributor Author

cvspvr commented Apr 8, 2024

i'm really sorry! it should be good now

@ifratric
Copy link
Collaborator

ifratric commented Apr 9, 2024

Thanks!

@ifratric ifratric merged commit 580e8ba into googleprojectzero:master Apr 9, 2024
3 checks passed
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

Successfully merging this pull request may close these issues.

PROGRAM ABORT : Unexpected result from pipe! expected 'P', instead received 'C'
2 participants