Jiaxin Peng

Results 13 issues of Jiaxin Peng

Since we have commonly encountered filedialog issue on windows 11 (#1606, #1574, #1552), I think it'll be great to have a new filedialog! Filedialog with Address Bar (Path Bar) is...

new feature

`nativeEvent()` fixed

Duplicated issue to #1111 though, which was closed several years ago. Any plans on improving ARM support?

### Description When AIL statements are complicated, they can be really long! This makes disassembly view unreadable. ![image](https://user-images.githubusercontent.com/31790712/227855688-7764ff56-26fe-470f-95c0-2dbd96f8b8c8.png) ![image](https://user-images.githubusercontent.com/31790712/227855674-ac3aafbf-db7a-40b6-8f10-6b46556ce80f.png) ### Alternatives add options to set line width in graph view...

enhancement
needs-triage

### Description Currently the text shown in disassembly view is not copyable. even though the instruction can be copied through Assemble Patch window, we cannot copy the instruction address here....

enhancement

### Description I'm not quite sure if it's designed or an actual bug. Here's the case: when call instructions is hooked, ![image](https://user-images.githubusercontent.com/31790712/211484398-fc98b4d9-594b-45ae-9f7b-6b2410e45f95.png) ![image](https://user-images.githubusercontent.com/31790712/211485674-a3a3f654-1778-4368-8e81-d77a649801e1.png) and re-decompilation is trigered (say, when decompilation...

bug

### Description When I change theme to dark theme, the syntax highlight color changes though, the background stays white. ![image](https://user-images.githubusercontent.com/31790712/207271237-4ef65638-82ed-48b8-8421-c8f507844d55.png) ### Steps to reproduce the bug Use the dark theme...

bug

请问一下你使用的llvm是什么版本,好像高版本LLVM不行的样子,一些API有变动(比如`LoadInst`)

#### Problem Description There's inconsistent behavior between mitmweb and mitmproxy for filters. When there're both HTTP flows and other flows recorded, we can use header filter alone in mitmproxy terminal,...

kind/bug
area/web

### Description I'm trying to convert an irsb of custom arch (eBPF example in angr-platforms) to AILBlock ```diff diff --git a/tests/test_ebpf.py b/tests/test_ebpf.py index 0d23ec8..8aa10a5 100644 --- a/tests/test_ebpf.py +++ b/tests/test_ebpf.py @@...

enhancement
needs-triage