jinyu00

Results 18 comments of jinyu00

```haclh@ubuntu:~/binaryWaf-master$ ^C haclh@ubuntu:~/binaryWaf-master$ ^C haclh@ubuntu:~/binaryWaf-master$ ./pwn1 Welcome to use the OA system. input your name:^C haclh@ubuntu:~/binaryWaf-master$ ./new_pwn1 ^C haclh@ubuntu:~/binaryWaf-master$ ```

就是程序正常的输出没了

换了32位的ubuntu重新编译了 new_pwn1, 第一次执行没有问题,然后 ctrl + c,终止后,再次执行就没有输出了。

After the first error appeared, the same errors has always appeared all the time

![](https://i.loli.net/2019/04/01/5ca1dee7a0945.png)

I compile winafl with dynamorio 7 ``` afl-fuzz.exe -i test_in -o out -D F:\code\DynamoRIO-Windows-7.0.17725-0\bin32 -t 20000 -l F:\code\winafl\build32_dy7\bin\Debug\custom_net_fuzzer.dll -- -coverage_module test_netmode.exe -fuzz_iterations 5000 -target_module test_netmode.exe -target_offset 0x1400 -nargs 2 -persistence_mode...

![](https://i.loli.net/2019/04/02/5ca2e2dfb1260.png)

It seems that it works normally

The command ``` F:\code\DynamoRIO-Windows-7.0.17725-0\bin32\drrun.exe -c winafl.dll -debug -coverage_module test_netmode.exe -fuzz_iterations 5000 -target_module test_netmode.exe -target_offset 0x1400 -nargs 2 -persistence_mode in_app -- test_netmode.exe ```

``` Module loaded, test_netmode.exe Module loaded, drx.dll Module loaded, drreg.dll Module loaded, drmgr.dll Module loaded, winafl.dll Module loaded, drwrap.dll Module loaded, dynamorio.dll Module loaded, VCRUNTIME140.dll Module loaded, dtrampo.dll Module loaded,...