mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-17 04:18:06 +00:00
Fix support for afl-cmin and updated README
This commit is contained in:
@ -617,7 +617,6 @@ static void set_up_environment(afl_forkserver_t *fsrv, char **argv) {
|
||||
}
|
||||
|
||||
ck_free(frida_binary);
|
||||
OKF("Frida Mode setting LD_PRELOAD %s", frida_afl_preload);
|
||||
|
||||
setenv("LD_PRELOAD", frida_afl_preload, 1);
|
||||
setenv("DYLD_INSERT_LIBRARIES", frida_afl_preload, 1);
|
||||
@ -634,7 +633,6 @@ static void set_up_environment(afl_forkserver_t *fsrv, char **argv) {
|
||||
u8 *frida_binary = find_afl_binary(argv[0], "afl-frida-trace.so");
|
||||
setenv("LD_PRELOAD", frida_binary, 1);
|
||||
setenv("DYLD_INSERT_LIBRARIES", frida_binary, 1);
|
||||
OKF("Frida Mode setting LD_PRELOAD %s", frida_binary);
|
||||
ck_free(frida_binary);
|
||||
|
||||
}
|
||||
@ -996,7 +994,6 @@ int main(int argc, char **argv_orig, char **envp) {
|
||||
|
||||
}
|
||||
|
||||
|
||||
if (in_dir) {
|
||||
|
||||
/* If we don't have a file name chosen yet, use a safe default. */
|
||||
|
Reference in New Issue
Block a user