try&fail

Results 14 comments of try&fail

> > I am getting the same error on Windows Server 2019 > > ![image](https://user-images.githubusercontent.com/25081660/124061369-5eeea580-da4c-11eb-8c2a-9520b2fa4892.png) > > Guys, > > exploit not working with SMB2 . disable smb2 and enable...

> Can you confirm that the serv can reach your share without any cred ? Due to Microsoft's security regulations, domain member cannot access smb outside the domain

You can try to remove the -DINTELPT=1 parameter.

-coverage_model ? -target_model ? -target_offset ? Try adding these parameters

cmd is ok , I remember that the -nargs parameter is also required. ( if you use powershell you need a command like this ...... -- program.exe '@@' )

afl-fuzz.exe -i in -o out -D .......\DynamoRIO-Windows-7.1.17963-0\bin64 -t 20000 -- -coverage_module test.exe -fuzz_iterations 5000 -target_module test.exe -target_offset 0x13a0 -nargs 2 -- test.exe @@

The path string is the key。I also meet this error。

I don't think that " in some cases an extra basic block is encountered ", becausee I did the following try: ``` for (stage_cur = 0; stage_cur < stage_max; stage_cur++)...

It looks like your main function didn't return correctly