Michal Malik 2015-12-23 00:19:34 +01:00
parent 2984901f62
commit 8548ffe6b5
1 changed files with 4 additions and 0 deletions

4
hook.c
View File

@ -143,6 +143,10 @@ uc_err hook_del(struct uc_struct *uc, uc_hook hh)
if (hh == uc->hook_in_idx) {
uc->hook_in_idx = 0;
}
if(hh == uc->hook_syscall_idx) {
uc->hook_syscall_idx = 0;
}
uc->hook_callbacks[hh].callback = NULL;
uc->hook_callbacks[hh].user_data = NULL;