rmachnee

Results 3 issues of rmachnee

I received the attached pop up error while testing offsets. ![error](https://github.com/googleprojectzero/winafl/assets/19274493/3177eada-9fed-4c78-aec1-110aea315cc1) using the following command line: ..\..\..\..\Users\operator\Desktop\RachaelWinAFL\dynamorio-master\bin32\drrun.exe -c ..\..\..\..\Users\operator\Desktop\RachaelWinAFL\winafl-master\build32\bin\Release\winafl.dll -debug -target_module FuzzProgram.exe -target_offset 0xD6F339 -coverage_module FuzzProgram.exe -fuzz_iterations 10 -- "FuzzProgram.exe"...

I created a custom dll for sending fuzz over the network to my target. I can see the target receiving the fuzz (through wireshark and also having the target prints...

Hi, I was comparing the performance between Jackalope and WinAFL with DynamoRIO and found when fuzzing the same target with the same corpus and offset that Jackalope found around 30...