diff options
author | van Hauser <vh@thc.org> | 2020-07-01 16:52:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-01 16:52:05 +0200 |
commit | 4a51cb71fb8785325dedac693cdea4648f6e5279 (patch) | |
tree | 739cac84ac9173491542d407004c894e2f8bd7fa /unicorn_mode/samples | |
parent | e15a0136966f45807c03d4272d2c3d3238b0d997 (diff) | |
parent | f2efea4b46584b134bf9016f24548d07934b6632 (diff) | |
download | afl++-2.66c.tar.gz |
Merge pull request #434 from AFLplusplus/dev 2.66c
Last Minute Unicornafl Update
Diffstat (limited to 'unicorn_mode/samples')
-rw-r--r-- | unicorn_mode/samples/persistent/harness.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unicorn_mode/samples/persistent/harness.c b/unicorn_mode/samples/persistent/harness.c index 30013b4c..eae3f1fc 100644 --- a/unicorn_mode/samples/persistent/harness.c +++ b/unicorn_mode/samples/persistent/harness.c @@ -204,7 +204,7 @@ int main(int argc, char **argv, char **envp) { // Map memory. mem_map_checked(uc, BASE_ADDRESS, len, UC_PROT_ALL); - printf("Len: %lx\n", len); + /* printf("Len: %lx\n", len); */ fflush(stdout); // write machine code to be emulated to memory |