unicorn icon indicating copy to clipboard operation
unicorn copied to clipboard

Unicorn CPU emulator framework (ARM, AArch64, M68K, Mips, Sparc, PowerPC, RiscV, S390x, TriCore, X86)

Results 151 unicorn issues
Sort by recently updated
recently updated
newest added

The current version of the Unicorn Engine does not provide hook support for the `UC_X86_INS_RDTSC` and `UC_X86_INS_RDRAND` instructions. These instructions are crucial for applications requiring precise time measurement or random...

Hi, RT https://github.com/unicorn-engine/unicorn/releases/download/2.0.1/unicorn-2.0.1-win32.zip https://github.com/unicorn-engine/unicorn/releases/download/2.0.1/unicorn-2.0.1-win64.zip Also tried to find them in [Github Action](https://github.com/unicorn-engine/unicorn/actions/workflows/build-uc2.yml), but no success. May I ask, where can I find them ?

## Requirements to repro the issue Windows 11 with CET (Control-flow Enforcement Technology) enabled Visual Studio 2022 ## Description Though this might be a won-fix or low-priority issue, I wrote...

I have this assembly: ``` frame #0: 0x00007ffff7fdd438 -> 0x7ffff7fdd438: xsavec 0x40(%rsp) 0x7ffff7fdd43d: movq 0x10(%rbx), %rsi 0x7ffff7fdd441: movq 0x8(%rbx), %rdi 0x7ffff7fdd445: callq 0x7ffff7fdb030 ``` And the marked line is where...

I have a problem with switching to EL3 using Python bindings. Tried to switch to EL3 via modifying `PSTATE` register and `CurrentEL` register, but fails. First `CODE` tries to read...

While emulating x86 code, I tried to handle the divide-by-zero exception by setting the `UC_HOOK_INTR` hook. However, when the hook function returns, unicorn does not consider the exception handled, and...

title. can be read with UC_PROT_NONE without fault... (x64)

here is some example code: can this work somehow, or does unicorn need to be changed to support avx? I came across this problem in some project I was working...

qemu-bug
poc

I'm facing a problem on Unicorn when exec opcode, Which was discussed in https://github.com/qilingframework/qiling/issues/1374 I look forward to any support from you. Thank you very much https://godbolt.org/z/WEj3jG3YP

I see unicorn is inevitably strongly coupled to QEMU, so it is hard to merge upstream changes since it is completely off track. However the current version 5.0.1 is kind...

enhancement