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 231 unicorn issues
Sort by recently updated
recently updated
newest added

Hello, First, thanks for the great tool. I wanted to do some kind of man-in-the-middle on memory accesses. But under certain conditions, using uc_mem_write() inside a mem read hook leads...

I am trying to emulate system software that enables the MMU and D-cache feature of the ARM926EJ-S processor, however when the instruction to enable this is executed, an instruction fetch...

qemu-bug

This should bring back Python2 compatibility. Q: Does this affect the current Python3 code using Unicorn2? In theory, no. Q: Does this affect the previous Python2 code using Unicorn1? In...

Unicorn is already ignoring page locks, so we also don't need to manage the page collection and its tree objects. It helps us to avoid redundant object allocations and speed...

Since the `ffi` is exposed on dev branch now, and the `set_cpu_model` enums have been added (among others), can the maintainers push a new cargo `2.0.x` release? thanks

question

I tried to create a whl from an alpine linux docker image of the latest Unicorn release and the whl build works fine but due to that `if` statement removed...

I say "apparent" because Qiling must have a way to do this, but I haven't been able to to work out how. QEMU itself has the machinery, but it doesn't...

question

Although, there is already an implementation for the mrc instruction in this [commit](https://github.com/unicorn-engine/unicorn/commit/8bc1489210f24b2b64b505af048a10da0b25fbea) The following code doesn't work, although capstone is able to disassemble that instuction ``` #!/usr/bin/env python from...

invalid

Hello, I appear to be missing something. I am trying to use Unicorn for a risc-v project and trying to set the mip register which calls qemu/target/riscv/csr.c and get to...