mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-01-09 01:35:32 +00:00
samples: cleanup shellcode.c
This commit is contained in:
parent
8d725ba107
commit
51a4fe0766
|
@ -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…
Reference in a new issue