aboutsummaryrefslogtreecommitdiff
path: root/unicorn_mode/samples/persistent
diff options
context:
space:
mode:
Diffstat (limited to 'unicorn_mode/samples/persistent')
-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 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