liona24

Results 8 comments of liona24

May this be a direct cause of the preceding syscall failure? > 0x7ffff7dea1cf: syscall ql_syscall_rseq number = 0x14e(334) not implemented

I tried that, though it did not help. Neither combination of return values was successful.

@LoverOfSadness just use an older version of libc. If you really need the newer version, the easiest way is probably patching the ISA checks in libc

Actually I am not sure if this is a user error (me). The problem is resolved when using the `uc_context_restore` before each invocation of `uc_emu_start`. Is `uc_emu_start` not supposed to...

I can reproduce this consistently using the following: - Checkout this commit of the project I was working on: ```bash git clone https://github.com/liona24/unicorn-fuzz.git git checkout 9b87541d66fbce9f56c742dfcf8adf93fccb29ea ``` - Build according...

Is there an easy way to make everything symbolic? Really the only question I want to answer with my analysis is whether the value can be determined from the previous...

Hey. The backup_artifacts step seems to be always failing. Not sure what I can do about it. I first created a draft PR and thought it was because of it,...

Hey @JordyZomer , thanks for having a look. I did some changes to the documentation hopefully addressing your feedback, feel free to have a look again :)