Added test for uc_emu_stop() in code hook not always stopping the emu at the current instruction.
This commit is contained in:
@ -63,11 +63,6 @@ int main(int argc, char **argv, char **envp)
|
|||||||
int ret;
|
int ret;
|
||||||
uc_hook hhc;
|
uc_hook hhc;
|
||||||
uint32_t val;
|
uint32_t val;
|
||||||
#ifdef _WIN32
|
|
||||||
HANDLE th = (HANDLE)-1;
|
|
||||||
#else
|
|
||||||
pthread_t th;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// dynamically load shared library
|
// dynamically load shared library
|
||||||
#ifdef DYNLOAD
|
#ifdef DYNLOAD
|
||||||
|
Reference in New Issue
Block a user