snare
snare
OK thanks, I'll try the `di` command. Voltron doesn't really use callbacks as such - the requests on the webserver block until the `stop_hook` calls the Voltron server's `dispatch_queue()` function...
Does the Python r2pipe support async? [This page](https://github.com/radare/radare2/wiki/R2PipeAPI) indicates it doesn't. If I call `di` from the web server while the process is running, it doesn't block and I just...
And in the r2 console: ``` [0x00400667]> dc [HTTP] 127.0.0.1:50466 /cmd/di ```
BTW just to be clear, I mean stepping or continuing the process from the r2 CLI. Voltron does not issue the commands that do the stepping or continuation. It is...
The way that it works with GDB/LLDB is: 1. Voltron view makes a request to the web server, which blocks 2. User steps in debugger 3. Stop hook calls `dispatch_queue`...
Ah ok, I'll check the python-async implementation. Thank you.
``` Traceback (most recent call last): File "", line 1, in File "r2pipe/open_base.py", line 202, in cmd return self._cmd(cmd, **kwargs) TypeError: _cmd_http() got an unexpected keyword argument 'callback' ``` So...
Oh my bad @radare said that earlier. I was using Python 2. I can try it with 3 for development (Voltron supports both).
Updated memory view in 2393ba44f27bc74215ec0f05525912b77238c4ea. Need to add a custom solarized theme for better highlighting of non-code stuff
Any specific problems I can help with? Did you see the windows install instructions on the wiki? It's not very well documented but should give you some clues. You'll want...