diff options
| author | van Hauser <vh@thc.org> | 2021-03-01 10:13:31 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-01 10:13:31 +0100 |
| commit | 41788950ccb99e8d2bdc274916ce815bf3d5035c (patch) | |
| tree | 9b2335f357e84e18e4c8259581360923921ca8b2 /unicorn_mode/samples | |
| parent | 78d96c4dc86ac20e2a6e244017407ccc037ff13b (diff) | |
| parent | bd0a23de73011a390714b9f3836a46443054fdd5 (diff) | |
| download | afl++-41788950ccb99e8d2bdc274916ce815bf3d5035c.tar.gz | |
Merge pull request #771 from AFLplusplus/stable
v3.10c
Diffstat (limited to 'unicorn_mode/samples')
| -rw-r--r-- | unicorn_mode/samples/c/COMPILE.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unicorn_mode/samples/c/COMPILE.md b/unicorn_mode/samples/c/COMPILE.md index 7857e5bf..7da140f7 100644 --- a/unicorn_mode/samples/c/COMPILE.md +++ b/unicorn_mode/samples/c/COMPILE.md @@ -17,6 +17,6 @@ You shouldn't need to compile simple_target.c since a X86_64 binary version is pre-built and shipped in this sample folder. This file documents how the binary was built in case you want to rebuild it or recompile it for any reason. -The pre-built binary (simple_target_x86_64.bin) was built using -g -O0 in gcc. +The pre-built binary (persistent_target_x86_64) was built using -g -O0 in gcc. We then load the binary and execute the main function directly. |
