mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-09 00:31:33 +00:00
nits
This commit is contained in:
parent
4086b93ad7
commit
fc7c95e9f4
@ -2443,8 +2443,7 @@ void check_crash_handling(void) {
|
||||
|
||||
if (read(fd, &fchar, 1) == 1 && fchar == '|') {
|
||||
|
||||
SAYF(
|
||||
"\n" cLRD "[-] " cRST
|
||||
SAYF("\n" cLRD "[-] " cRST
|
||||
"Your system is configured to send core dump notifications to an\n"
|
||||
" external utility. This will cause issues: there will be an "
|
||||
"extended delay\n"
|
||||
|
@ -1505,7 +1505,7 @@ int main(int argc, char **argv_orig, char **envp) {
|
||||
#ifdef __linux__
|
||||
if (afl->fsrv.nyx_mode) {
|
||||
|
||||
OKF("AFL++ Nyx mode is enabled (developed and mainted by Sergej Schumilo)");
|
||||
OKF("AFL++ Nyx mode is enabled (developed and maintained by Sergej Schumilo)");
|
||||
OKF("Nyx is open source, get it at https://github.com/Nyx-Fuzz");
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user