Add multiple exits mechanism and tests&samples

This commit is contained in:
lazymio
2021-11-01 14:00:43 +01:00
parent a888835962
commit fb45b287ba
4 changed files with 157 additions and 10 deletions

View File

@ -300,7 +300,7 @@ struct uc_struct {
uint64_t invalid_addr; // invalid address to be accessed
int invalid_error; // invalid memory code: 1 = READ, 2 = WRITE, 3 = CODE
int use_exit;
int use_exits;
GTree *exits; // addresses where emulation stops (@until param of
// uc_emu_start()) Also see UC_CTL_USE_EXITS for more details.