mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-11 01:31:37 +00:00
merge
This commit is contained in:
parent
2ef9ff4468
commit
d776d40669
@ -1410,6 +1410,9 @@ int main(int argc, char **argv_orig, char **envp) {
|
||||
} else if (afl->fsrv.frida_mode) {
|
||||
|
||||
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) {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user