updated unicorn version

This commit is contained in:
Dominik Maier
2020-07-01 15:50:25 +02:00
parent 97cef46b62
commit 4515e06ca8
4 changed files with 5 additions and 5 deletions

View File

@ -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