fix makefiles for uc2 c examples

This commit is contained in:
Dominik Maier
2022-01-22 17:22:00 +01:00
parent 3609912f41
commit ac169c3087
17 changed files with 69 additions and 57 deletions

View File

@ -30,6 +30,7 @@
#include <sys/mman.h>
#include <unicorn/unicorn.h>
#include <unicornafl/unicornafl.h>
// Path to the file containing the binary to emulate
#define BINARY_FILE ("persistent_target_x86_64")