Takacs, Philipp
b7b1a4d6b4
difference between stop_request and quit_request
...
quit_request is for internal use. This means the IP register was updated and
qemu needs to rebuild the translation blocks.
stop_request is set by the user (uc_emu_stop) to indecate that unicorn sould
stop emulating.
2023-03-07 14:38:49 +01:00
345b63ee96
Only exit TB if pc is within the memory range
2022-05-07 00:16:31 +02:00
085ee07c73
No more hard-coded cpu models
2021-12-30 01:05:10 +01:00
8a0ca8715e
Fix SR read/write and a test
2021-12-04 23:22:28 +01:00
Brandon Miller
d204dc6374
Added SR to M68K reg_read and reg_write ( #1507 )
2021-12-02 14:12:49 +08:00
87a391d549
Inline uc_tracecode when there is only exactly one hook
2021-11-21 16:44:39 +01:00
640251e1aa
Leave out size parameter in callback
2021-11-09 00:21:34 +01:00
b0280f5e55
Support changing cpu model for m68k
2021-11-04 19:16:35 +01:00
bcf85be86d
Add a new hook type UC_HOOK_TCG_OPCODE
2021-11-03 01:46:24 +01:00
3dd2e0f95d
Basic implementation of uc_ctl
2021-11-01 00:39:36 +01:00
e62b0ef255
Add clang-format and format code to qemu code style
2021-10-29 12:44:49 +02:00
e695686c15
Remove AFL Integration by reverting
2021-10-26 11:22:21 +02:00
7ac7c23c12
Fix Windows build for AFL integration
2021-10-25 16:11:58 +02:00
1fa2eb688b
Fix UC_MODE_AFL and update config
2021-10-25 14:39:40 +02:00
dd7476a9bd
Initial import unicornafl
2021-10-25 00:51:16 +02:00
Nguyen Anh Quynh
aaaea14214
import Unicorn2
2021-10-03 22:14:44 +08:00