moved repository to https://github.com/AFLplusplus/AFLplusplus and updated links

This commit is contained in:
van Hauser
2020-03-19 15:20:39 +01:00
parent f6847b0314
commit be261b3e69
13 changed files with 25 additions and 25 deletions

View File

@ -675,7 +675,7 @@ int main(int argc, char **argv_orig, char **envp) {
OKF("afl++ is maintained by Marc \"van Hauser\" Heuse, Heiko \"hexcoder\" "
"Eißfeldt, Andrea Fioraldi and Dominik Maier");
OKF("afl++ is open source, get it at "
"https://github.com/vanhauser-thc/AFLplusplus");
"https://github.com/AFLplusplus/AFLplusplus");
OKF("Power schedules from github.com/mboehme/aflfast");
OKF("Python Mutator and llvm_mode whitelisting from github.com/choller/afl");
OKF("afl-tmin fork server patch from github.com/nccgroup/TriforceAFL");