-
Notifications
You must be signed in to change notification settings - Fork 25
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
Failed the examples/test on MACOS while using AFL++ mode as the README.md requires. #28
Comments
OK I succeed, because the log shows |
hi, add this flag, compile afl++ always show:
any suggestions? |
maybe you should check the args of shmat() and find the root problem? I didn’t meet this problem. I think there is something wrong with your share memory and this can be an AFL++ problem so you can also refer to the issues of AFLplusplus repo. |
hi, thanks for reply, may I know your os version and afl++ version? |
My computer is not handy,maybe macos 13.x.x... and I really forget the afl version |
Maybe you can try build an mmap demo to test the shared memory on your computer?And update your Clang or follow some advice such as https://github.com/search?q=repo%3AAFLplusplus%2FAFLplusplus+shm&type=issues |
These are my commans:
and the syslogs are:
I can't figure out where the mistakes lie. I just use the example in the repo and do as the README teaches.
This has been confuded with me for three days in work.
The text was updated successfully, but these errors were encountered: