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

WinAFL internal crash #443

Open
functionmain opened this issue Jun 12, 2024 · 2 comments
Open

WinAFL internal crash #443

functionmain opened this issue Jun 12, 2024 · 2 comments

Comments

@functionmain
Copy link

functionmain commented Jun 12, 2024

error4

I compiled WinAfl using DynamoRIO Windows 8.0.0.0-1 cmake and encountered the error shown in the figure during testing on x86。

command:
C:\winafl_learning\DynamoRIO_Windows_8_0_release\bin32\drrun.exe -c winafl.dll -debug -target_module test_gdiplus.exe -target_offset 0x10b0 -fuzz_iterations 5 -nargs 2 -- test_gdiplus.exe 1.bmp

@functionmain
Copy link
Author

I compiled WinAfl using the following command:
mkdir build32
cd build32
cmake -G"Visual Studio 16 2019" -A Win32 .. -DDynamoRIO_DIR=C:\Users\1\Desktop\fuzzing\winafl_learning\DynamoRIO_Windows_8_0_release\cmake -DINTELPT=1 -DUSE_COLOR=1
cmake --build . --config Release

@ifratric
Copy link
Collaborator

ifratric commented Jun 12, 2024

DynamoRIO 8.0.0.0 is quite old at this point. You should always get the latest DR build from https://github.com/DynamoRIO/dynamorio/releases.

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