bsendpacket
bsendpacket
**Version and Platform (required):** - Binary Ninja Version: 4.1.5261-dev - OS: Windows - OS Version: 22621.525 - CPU Architecture: x64 **Bug Description:** While viewing decompilation of a function that utilizes...
When using `ARCH.X86_64`, attempting to simplify an AST with LLVM causes a segmentation fault during processing of ROL/ROR instructions that operate on 32-bit registers. Minimal Reproduction: ```python from triton import...
I am using cmp-nvim-lsp-signature-help on Python with Pyright. When using signature help, moving to the next parameter works correctly when using positional arguments: However, when using named/keyword arguments, the active...