Results 13 comments of Jhe

i think re-write with unicorn rust binding will be a good idea, but it seems deprecated.

maybe try set_syscall in the script from fstat to fstat64, and see what will happen ?

packed binary sometimes use odd syscall for memory mapping , can you provide the sample ?

@HackingFrogWithSunglasses Thanks for your contribution, add some tests for Qdb will make this PR even better.

Hmmm this is weird, Qdb normally doesn't change anything on the fly. Maybe the register context got changed accidentally. Could you trace it down and throw a PR or provide...

adapt the dirty fix for now, probably refactor it after we introduce cortex-A or cortex-R

@elicn yes think so, @ckudera please check out to lastest dev branch to see if this issue been fixed

Hi, I think it should be `getattr(self.ql.loader, 'elf_entry', None)`, please let me know if this fix the issue.

Hi, I'll need more context of this for debugging. 1. are you at the latest dev branch ? 2. if the branch will be taken, qdb will show a sign...

Hello, after I change verbose to QL_VERBOSE.DISASM (dump executed instruction) mode, It looks like `0x004819e8` is not supposed to be executed. So the hook which placed by the command step_over...