winafl icon indicating copy to clipboard operation
winafl copied to clipboard

A fork of AFL for fuzzing Windows binaries

Results 143 winafl issues
Sort by recently updated
recently updated
newest added

Hi, In my previous issues: https://github.com/googleprojectzero/winafl/issues/225 I managed to run winafl successfully on x64 platform. But actually my target platform is (windows 10+ Qualcomm ARM64), so I copied everything to...

--------------------------- WinAFL Notice: (21276) --------------------------- Application (21276). WinAFL internal crash at PC 0x7a502a2d. Please report this at . Program aborted. 0xc0000005 0x00000000 0x7a502a2d 0x7a502a2d 0x00000001 0x00000014 Base: 0x7a520000 Registers: eax=0x007cf71c...

Most exceptions can be handled by the target application. WinAFL should not terminate the application with every exception, only after EXCEPTION_NONCONTINUABLE one. Fixes #209.

Hi, I think an FAQ entry would be very helpful that gives an indicator which mode (Dynamorio, Intel PT, syzygy) is faster than the other and approx how much (if...

Hello, I'm fuzzing a leaky program and decided to set the memory limit (`afl-fuzz -m xxx`). Each time the child process uses up it's memory limit I'm getting these `Out...

Hi @ivanfratric! I was trying to fuzz ffmpeg on Windows. First, I used drrun.exe to find correct target_offset, I set the offset of main as the target_offset, but there was...

Hi, I tried to fuzz IrfanView and I have found the correct offset, but there was an error as the title, so, what is the cause of this problem?

i am running winafl 1.1.6 and dynamorio DynamoRIO-Windows-7.1.0-1 on 4 core machine and every few hours i am getting this issue: ![Windows 7-2019-12-11-08-50-15](https://user-images.githubusercontent.com/22524976/70588959-62190b00-1bf4-11ea-86ed-45c3400165a9.png) it seems that .cur_input file is also...

when i use "-fuzz_interations 5000" it shows : ASSERT FAILURE: c:\work\winafl\source\winafl.c:947:(0) (invalid options)

Hi, I am not understanding about how winafl implements persistent fuzzing for a target program. I think winafl saves the register(sp and cp) value in function "pre_fuzz_handle" function, and restores...