mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-18 20:48:07 +00:00
Didn't mean to change that
This commit is contained in:
@ -1150,7 +1150,7 @@ static void edit_params(u32 argc, char **argv, char **envp) {
|
||||
"int _L(unsigned int) __asm__(\"___afl_persistent_loop\"); "
|
||||
#else
|
||||
"__attribute__((visibility(\"default\"))) "
|
||||
"int _L(unsigned int) __asm__(\"___afl_persistent_loop\"); "
|
||||
"int _L(unsigned int) __asm__(\"__afl_persistent_loop\"); "
|
||||
#endif /* ^__APPLE__ */
|
||||
// if afl is connected, we run _A times, else once.
|
||||
"_L(__afl_connected ? _A : 1); })";
|
||||
|
Reference in New Issue
Block a user