AeonLucid

Results 14 comments of AeonLucid

I have the same issue, this was also posted in the PR for V Rising. See https://github.com/parkervcp/eggs/pull/1680#issuecomment-1144224978.

There is no `if` statement inside the try/catch, is this on purpose?

Not started yet, fel free to PR.

This PR also fixed my unicorn bindings crashing in .NET 6 on a M1 Macbook Air. Would be great to get fixed. Edit: If you want to repro the (most...

> This revert will cause a few other regressions when no `UC_HOOK_CODE` is installed. To fix it correctly, could provide a reproduction script? I provided one, in both the issue...

@wtdcode Great, thanks! If you have time, can you also check https://github.com/unicorn-engine/unicorn/pull/1648? I have added a repro for that one as well.

I have the exact same issue. My arm64 code is jumping to a block that is hooked with `HOOK_BLOCK`, I then handle it in my own code and set the...

Here is a repro of the issue. ```python from unicorn import * from unicorn.arm64_const import * # MOV x0, #1234 # MOV x1, #2345 # MOV x2, #4331 # LDR...

Reverting commit https://github.com/unicorn-engine/unicorn/commit/b7bc13650c56ebaad47264c7c7cf5a5a72e25fd4 fixes the issue.

@wtdcode The commit linked is a test case, where is the actual fix commited?