From 5559dd9c244848a1dbb19981f0295774f4e176d9 Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 27 Aug 2021 18:38:22 +0100 Subject: Added seccomp support --- frida_mode/README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'frida_mode/README.md') diff --git a/frida_mode/README.md b/frida_mode/README.md index 45d90ceb..165f8089 100644 --- a/frida_mode/README.md +++ b/frida_mode/README.md @@ -197,6 +197,8 @@ gdb \ --args [my arguments] ``` +* `AFL_FRIDA_SECCOMP_FILE` - Write a log of any syscalls made by the target to +the specified file. * `AFL_FRIDA_STALKER_IC_ENTRIES` - Configure the number of inline cache entries stored along-side branch instructions which provide a cache to avoid having to call back into FRIDA to find the next block. Default is 32. -- cgit 1.4.1