mirror of
https://github.com/yuzu-mirror/unicorn.git
synced 2026-04-07 07:24:01 +00:00
samples: cleanup shellcode.c
This commit is contained in:
parent
8d725ba107
commit
51a4fe0766
1 changed files with 0 additions and 1 deletions
|
|
@ -40,7 +40,6 @@ static void hook_code(ucengine *uc, uint64_t address, uint32_t size, void *user_
|
|||
}
|
||||
}
|
||||
|
||||
#define MIN(a, b) (a < b? a : b)
|
||||
// callback for handling interrupt
|
||||
// ref: http://syscalls.kernelgrok.com/
|
||||
static void hook_intr(ucengine *uc, uint32_t intno, void *user_data)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue