sp1npx
sp1npx
感谢!!试了下可以发图片了.
Angora stops with 0 constraints in "--FUZZ--" panel: - The seed input causes the program crash or timeout. You can check the command by run `mp42aac seed_file /dev/null`. It seems...
Did you run afl with "-S xxx" or "-M xx" flags? and make sure AFL creates "output_dir/xxx" directory. Then, run Angora with " --sync-afl " option, and make sure that...
Thanks for your feedback. There are some problems in linking while compiling with libcxx and cxxabi. We still haven't solved these problems. If you are interested in why it fails....
Hi, @zjuchenyuan . I fixed the issue on https://github.com/AngoraFuzzer/Angora/commit/efce5e3deff13701d56e392536a3ec64b47b6312 Please check it. You may need to solve the dependencies of crc and xmlparser. However, can you share me how you...
The reason that they have different "constraints" since they use different libcxx headers. I fixed it in committing https://github.com/AngoraFuzzer/Angora/commit/9941d0c93fbb8411a3a328390d67e43c19f50a99.
see https://github.com/AngoraFuzzer/Angora/blob/master/llvm_mode/pass/AngoraPass.cc#L469
@J-Daniel The structure is in https://github.com/AngoraFuzzer/Angora/blob/master/runtime/src/tag_set.rs
Sorry for my late reply. Does the tests in `/path-to-angora/tests` can be compiled? The second point may be caused by the reason mentioned here: https://github.com/AngoraFuzzer/Angora/pull/24#issuecomment-453035998 Also , https://bugs.llvm.org/show_bug.cgi?id=39321
The warning is the method for fixing this issues. 1. Since angora check every entry in the map, so if you change the map, it will influence its efficiency. 2....