Skip to content

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

@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
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