change uch to uc_struct (header files)

This commit is contained in:
Jonathon Reinhart
2015-08-26 08:00:00 -04:00
parent b9c0aee009
commit 4ea3a3ebbf
3 changed files with 40 additions and 38 deletions

View File

@ -10,7 +10,7 @@ extern "C" {
// Callback function for tracing SYSCALL/SYSENTER (for uc_hook_intr())
// @user_data: user data passed to tracing APIs.
typedef void (*uc_cb_insn_syscall_t)(uch handle, void *user_data);
typedef void (*uc_cb_insn_syscall_t)(struct uc_struct *uc, void *user_data);
//> X86 registers
typedef enum uc_x86_reg {