mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-12 10:08:07 +00:00
merge
This commit is contained in:
@ -1410,6 +1410,9 @@ int main(int argc, char **argv_orig, char **envp) {
|
|||||||
} else if (afl->fsrv.frida_mode) {
|
} else if (afl->fsrv.frida_mode) {
|
||||||
|
|
||||||
afl_preload = getenv("AFL_PRELOAD");
|
afl_preload = getenv("AFL_PRELOAD");
|
||||||
|
u8 *frida_binary = find_afl_binary(argv[0], "afl-frida-trace.so");
|
||||||
|
OKF("Injecting %s ...", frida_binary);
|
||||||
|
if (afl_preload) {
|
||||||
|
|
||||||
if (afl->fsrv.frida_asan) {
|
if (afl->fsrv.frida_asan) {
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user