mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-13 18:48:08 +00:00
disable aslr on apple
This commit is contained in:
@ -1812,6 +1812,10 @@ int main(int argc, char **argv_orig, char **envp) {
|
||||
check_cpu_governor(afl);
|
||||
#endif
|
||||
|
||||
#ifdef __APPLE__
|
||||
setenv("DYLD_NO_PIE", "1", 0);
|
||||
#endif
|
||||
|
||||
if (getenv("LD_PRELOAD")) {
|
||||
|
||||
WARNF(
|
||||
|
Reference in New Issue
Block a user