Han Dai

Results 7 comments of Han Dai

@mahaloz It shouldn't be a function. 0x2070 should be part of the function that starts at 0x1c00, which contains a jump table (for switch-case) that angr failed to resolve.

@mahaloz sure, I've opened #4460 just now, thanks for looking into this!

@calebh Thanks for bringing this idea up! This does indeed look like a very clever way to do instruction-level patching using C code. I agree using `preserve_none` is way better...

@calebh Thanks for the great work on this so far! The overall code looks pretty good to me. A few thoughts: - It would be great if the generated C...

@calebh Thank you for your efforts to make this happen! I don't currently have access to any non-x64 systems, for now all the non-x64 archs are being tested with QEMU....

Sadly we are just extracting information from lots of binaries using angr, no fancy analysis engine doing the magic for us. :(