Results 7 issues of Roi Martin

It allows to bind a function to resize events. Relates to issue #109.

wip
blocked

During the implementation of the command `zos` in r2 (save zigns), it's been found that syncing from mem to file was buggy. Current workaround: ```c Sdb *db = sdb_new (NULL,...

**Describe the bug** When debugging a binary with GDB the following message is shown: > Launch ls - .ProgramDB: The resulting target process has no mapping to the static image...

Feature: Debugger
Status: Triage

**Describe the bug** The text field in the Data Type Chooser Dialog is cropped. **To Reproduce** 1. Open a binary in CodeBrowser 2. Go to a function 3. In the...

Feature: GUI
Status: Internal

plumbserve() fails with a nil pointer dereference when it tries to print errors via w.Err(). This happens because w is a dummy window with a nil *acme.Win. This commit replaces...

I'm giving mouse support to gocui and I've found the following problem: when I have an editable buffer and I click it to move the cursor, the event loop receives...

This PR adds a custom command called `rap` that implements a radare RAP server. To start using it, add the following module to pyrebox.conf: ``` [MODULES] radare2.rap: True ``` Then,...