diff options
| author | llzmb <46303940+llzmb@users.noreply.github.com> | 2021-12-02 16:49:16 +0100 |
|---|---|---|
| committer | llzmb <46303940+llzmb@users.noreply.github.com> | 2021-12-02 16:49:16 +0100 |
| commit | d9e39be4e8dd0242877412d1a17589acc825292e (patch) | |
| tree | 5a14d4bd4a4ada94cdd9fe74ab6bf557aa5e3e66 /frida_mode/Scripting.md | |
| parent | ca7144161f900a0f5c8b76922a0102fbcc291f2c (diff) | |
| download | afl++-d9e39be4e8dd0242877412d1a17589acc825292e.tar.gz | |
Remove the word "simply"
Diffstat (limited to 'frida_mode/Scripting.md')
| -rw-r--r-- | frida_mode/Scripting.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frida_mode/Scripting.md b/frida_mode/Scripting.md index fcf8a490..fd4282db 100644 --- a/frida_mode/Scripting.md +++ b/frida_mode/Scripting.md @@ -511,7 +511,7 @@ int main(int argc, char **argv) { ``` There are a couple of obstacles with our target application. Unlike when fuzzing -source code, though, we can't simply edit it and recompile it. The following +source code, though, we can't just edit it and recompile it. The following script shows how we can use the normal functionality of FRIDA to modify any troublesome behavior. |
