diff options
| author | van Hauser <vh@thc.org> | 2023-04-22 11:40:50 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-22 11:40:50 +0200 |
| commit | dbb317162415a28e3fd2ff4c574292c924493a00 (patch) | |
| tree | 190be094155fbdc8bf642f3b84942c4ad1808060 /frida_mode/Scripting.md | |
| parent | a326c23210dc2ace37bf1cadcc4521cf5d0b58cb (diff) | |
| parent | 6bd48a48cbed1f923ff0999ea24af1f548c2e2bc (diff) | |
| download | afl++-dbb317162415a28e3fd2ff4c574292c924493a00.tar.gz | |
Merge pull request #1712 from AFLplusplus/dev
push to stable
Diffstat (limited to 'frida_mode/Scripting.md')
| -rw-r--r-- | frida_mode/Scripting.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/frida_mode/Scripting.md b/frida_mode/Scripting.md index 023e4a19..dfd09e7b 100644 --- a/frida_mode/Scripting.md +++ b/frida_mode/Scripting.md @@ -845,6 +845,12 @@ class Afl { Afl.jsApiSetInstrumentLibraries(); } /** + * See `AFL_FRIDA_INST_NO_DYNAMIC_LOAD` + */ + static setInstrumentNoDynamicLoad() { + Afl.jsApiSetInstrumentNoDynamicLoad(); + } + /** * See `AFL_FRIDA_INST_NO_OPTIMIZE` */ static setInstrumentNoOptimize() { |
