about summary refs log tree commit diff
path: root/frida_mode/README.md
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2021-09-01 08:41:21 +0200
committerGitHub <noreply@github.com>2021-09-01 08:41:21 +0200
commit773baf9391ff5f1793deb7968366819e7fa07adc (patch)
tree08fcc9ebc0a70f545cbc149385dfb9a4670eada8 /frida_mode/README.md
parent353d402aaf9296c7dbd47e66fbbc6e59179c4e44 (diff)
parentd4a8a9df699aa018755f4948e2add508be44b8b2 (diff)
downloadafl++-773baf9391ff5f1793deb7968366819e7fa07adc.tar.gz
Merge pull request #1084 from AFLplusplus/dev
push to stable
Diffstat (limited to 'frida_mode/README.md')
-rw-r--r--frida_mode/README.md2
1 files changed, 2 insertions, 0 deletions
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-executable> [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.