Peter Nguyen

Results 4 issues of Peter Nguyen

allow user can write their custom mutator in Python

``` Python 3.8.2 (default, Apr 27 2020, 15:53:34) [GCC 9.3.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import keystone Traceback (most recent call last): File...

``` >>> code = asm('mov rax, qword ptr gs:[0x188]', 'x86_64') >>> disas(bytes(code), 'x86_64') 0x4000: movabs eax, dword ptr gs:[0x188] ```

I have tested new OpenCore build for macOS 13 Ventura, It cause kernel panic while running dtrace ``` suspend_cluster_powerdown>calling sched_update_powered_cores(ALL_CORES_POWERED, REASON_SYSTEM, LOCK_STATE | WAIT_FOR_START) Debugger called: Debugger called: Panicked task...