Kyle Zeng

Results 16 issues of Kyle Zeng

1. handle gadgets like ~~~ [ins] In [2]: chain.print_payload_code() chain = b"" chain += p32(0x809d9f7) # mov eax, dword ptr [esp + 4]; ret 0xc chain += p32(0x1010101) chain +=...

enhancement

### Description currently, conditional instructions in arm will be misunderstood by vex/angr, thinking the instruction will always be executed, which is not true. the fix will be to correctly lift...

enhancement

### Description segment registers have different name for i386, amd64 in archinfo, which is quite annoying specifically, in archinfo, i386 calls them normally like "cs", "ds", "es", "fs", "gs", "ss",...

enhancement
needs-triage

### Description Somehow test_cat_stderr (test_dockertarget_simple.TestDockerTargetSimple) is flaky and it can block archr CI sometimes. It might be an issue in the test itself or something wrong with the docker target....

bug
needs-triage

I receive the following error when trying to use the project on Linux v6.5.0, which is Ubuntu's kernel. ```$ ./vmlinux-to-elf ./vmlinuz-6.5.0-17-generic vmlinux [+] Kernel successfully decompressed in-memory (the offsets that...