-
Notifications
You must be signed in to change notification settings - Fork 74
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
Entrypoint trap trimed out: the forkserver injection failed, or the target process never reached its entrypoint. #17
Comments
Could you compile in Debug mode and run it? There should be some more output I think |
I'm having the same issue. The only additional information that came out of compiling in debug mode is:
Otherwise, it is identical to OP's output above. |
Hi, I am facing the same problem. cmd: toy_example.exe out.cur_input [-] PROGRAM ABORT : Entrypoint trap trimed out: the forkserver injection failed, or the target process never reached its entrypoint.
|
@HE-UMU @kmackinley @newuser54 However, I am facing another bug: "Failed to set process affinity" pops up in the forkserver.exe. Still working on this issue. |
Ohhhh, finally it worked. I configured the virtual machine to contain 4 cores rather than one core and the problem solved. This is really a damn awesome project! |
@LeoLiu-2020 Thank you! I will update the documentation to specify the machine must be multicore. |
Hi, i want to use winnie but i have an error following the walkthrough for the toy_example sample.
CMD Used:
afl-fuzz -i in -o out -t 1000 -I 1000 -- -bbfile basicblocks.bb -- -harness harness.dll -no_minidumps -debug -- toy_example.exe @@
-debug option returns:
BB File generated with IDA Pro 7.5 using the script provided
Compilation of Winnie and the toy example:
I've tried to disable windows binary protections from settings but nothing.
Thanks and Regards!
The text was updated successfully, but these errors were encountered: