diff options
| author | root <root@localhost.localdomain> | 2020-07-01 15:57:48 +0200 |
|---|---|---|
| committer | root <root@localhost.localdomain> | 2020-07-01 15:57:48 +0200 |
| commit | 857046ede5a7bd54a725bfd4367de55011cca94d (patch) | |
| tree | 8c0e584b7c8dbe21099706d660f55f3c4b600c53 /unicorn_mode/samples | |
| parent | 4515e06ca8620183c536af9f55a47b78fb7c708a (diff) | |
| download | afl++-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.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 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 |
