about summary refs log tree commit diff
path: root/unicorn_mode/samples
diff options
context:
space:
mode:
authorroot <root@localhost.localdomain>2020-07-01 15:57:48 +0200
committerroot <root@localhost.localdomain>2020-07-01 15:57:48 +0200
commit857046ede5a7bd54a725bfd4367de55011cca94d (patch)
tree8c0e584b7c8dbe21099706d660f55f3c4b600c53 /unicorn_mode/samples
parent4515e06ca8620183c536af9f55a47b78fb7c708a (diff)
downloadafl++-857046ede5a7bd54a725bfd4367de55011cca94d.tar.gz
Revert "updated unicorn version"
This reverts commit 4515e06ca8620183c536af9f55a47b78fb7c708a.
Diffstat (limited to 'unicorn_mode/samples')
-rw-r--r--unicorn_mode/samples/persistent/harness.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/unicorn_mode/samples/persistent/harness.c b/unicorn_mode/samples/persistent/harness.c
index eae3f1fc..30013b4c 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