Duncan Ogilvie
Duncan Ogilvie
 These changes are just enough to make things compile (your last commit also broke the `.json.in` detection so I had to move that). Unfortunately it looks like backspace/delete is...
Would be good to basically export the `GotoDialog` from the GUI an expose it with a quick API that returns a `duint` (this also requires changes in x64dbg).
References: - https://gynvael.coldwind.pl/?id=268 - https://github.com/JonathanSalwan/Triton/issues/1131 This fixes the `bswap ax` detection as well as various other detections related to bad REX prefix handling. This bug is also still upstream in...
This allows specifying a custom database URL, which enables in-memory processing using `db_url='sqlite:///:memory:'`. Also could be useful for tests.
## Summary: See #1739 for previous discussion. I was asked to open a separate PR for the LLVM 17 compatibility patches, this now also includes LLVM 19 (at least, it...
## Summary: Currently the 'freestanding' runtime is not actually freestanding, since it depends on system headers that might not be available. This PR addresses this issue by only using headers...
## Description Adding `--no-install-recommends` is a common best practice and can massively reduce image sizes. Since people copy from this page it is good to add.
Reference: https://wiki.tcl-lang.org/page/Modern+Bindings+for+the+Text+Widget Closes #2639
I always get confused about the emoji indicators that the plugin has in the status bar. For example: When writing some text the plugin changes status (as expected), but then...