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...
Understood. I'll create a pull request to the upstream boringtun.
It appears that maintainers of boringtun aren't actively reviewing pull requests, so it's likely that my changes won't be merged in the near future. I'd like to propose an alternative...
I encounter the same issue about inability to communicate via GPS port (UART-TTL) with JK BMS running software version 19.7, vendor id JK_B2A8S20P, manufacturing date 25-01-12. BLE, however, works fine....
I have this one: https://www.aliexpress.com/item/3256809006711402.html (the Heat/CAN variant, JK-B2A8S20PHC)
I missed the idea that was already suggested earlier — to switch UART1 protocol to `000 - 4G-GPS`. I did it now, switched from `001 - JK BMS RS485 Modbus...