diff options
author | Dominik Maier <domenukk@gmail.com> | 2020-07-01 15:50:25 +0200 |
---|---|---|
committer | Dominik Maier <domenukk@gmail.com> | 2020-07-01 15:50:25 +0200 |
commit | 4515e06ca8620183c536af9f55a47b78fb7c708a (patch) | |
tree | 739cac84ac9173491542d407004c894e2f8bd7fa /unicorn_mode/samples | |
parent | 97cef46b62800cd505ef1a34e3ff61eafd5bce54 (diff) | |
download | afl++-4515e06ca8620183c536af9f55a47b78fb7c708a.tar.gz |
updated unicorn version
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 |