ntqbit
ntqbit
I encounter the same issue. Emulation of a valid x86-64 instruction triggers UC_ERR_INSN_INVALID. The code: ``` from unicorn import * from unicorn.x86_const import * uc = Uc(UC_ARCH_X86, UC_MODE_64) # STACK...
> You should set CPU model according to #1880. > > ``` > mu.ctl_set_cpu_model(UC_CPU_X86_EPYC_ROME) > ``` > > But the example code in #1880 just doesn't work on my computer...
@Mattiwatti Hi. I decided to upload the entire VM with the reproducible problem. I created a new VM, installed the same windows operating system from the same ISO I used...
I have updated `EfiGuardDxe.efi` to the version from the 1.4 release, and the `Loader.efi` you provided in the original VM that previously failed to boot with a fatal error, and...
Same problem here. Reading (neither backup nor OBK read) doesn't work, while writing works on arch linux. Output: ``` ... SetProtectState(True) success! Going to start reading at offset 0x00... Reading...