continued work on test framework

This commit is contained in:
Jonathon Reinhart
2015-09-07 16:07:48 -04:00
parent d4de54601d
commit df3966a90c
5 changed files with 87 additions and 17 deletions

View File

@@ -14,7 +14,7 @@ static void hook_block(uc_engine *uc, uint64_t address, uint32_t size, void *use
// callback for tracing instruction
static void hook_code(uc_engine *uc, uint64_t address, uint32_t size, void *user_data)
{
int eflags;
//int eflags;
//printf(">>> Tracing instruction at 0x%"PRIx64 ", instruction size = 0x%x\n", address, size);
//uc_reg_read(uc, UC_X86_REG_EFLAGS, &eflags);