Jiaxin Peng
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...
`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.   ### Alternatives add options to set line width in graph view...
### 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....
### Description I'm not quite sure if it's designed or an actual bug. Here's the case: when call instructions is hooked,   and re-decompilation is trigered (say, when decompilation...
### Description When I change theme to dark theme, the syntax highlight color changes though, the background stays white.  ### Steps to reproduce the bug Use the dark theme...
请问一下你使用的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,...
### 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 @@...