-
-
cc @crowell
-
This issue follows on from the twitter conversation here: https://twitter.com/_xpn_/status/806939903577591808
_**Issue:** A syscall instruction (0f05) does not appear to fire the python script set …
-
what about Radare ? :p
```
use Radare:r2pipe;
```
instead of
```
use Pwn::r2pipe;
```
-
OS: Ubuntu 16.04.1 LTS
```
# dependencies
sudo apt install radare2 -y
sudo -H pip install r2pipe
```
ipython log
```
In [2]: import r2pipe
In [3]: r2 = r2pipe.open("/bin/ls")
radare2: invalid opti…
-
For rlang and local-pipe. Not sure about json, http/tcp if we should use an async lib, etc.
-
There are some code constructions that can result in failed attempts, when the code looks good.
- [ ] openSync() with 1 parameter
```
var r2pipe = require ('r2pipe');
r2pipe.openSync(function(r2) {
…
-
"No module named r2pipe"
solution: sudo pip install r2pipe
-
After the commit 7cf0e1b63361e14a92512f6a940e18283acd2afe r2pipe holds forever when r2cmd is called.
``` C
#include
static void r2cmd(R2Pipe *r2, const char *cmd) {
char *msg = r2p_cmd (r2, cmd…
-
- [ ] Use `let` and `const` where possible.
- [ ] Arrow functions in examples
- [ ] Support coroutines with generators and such (future premises)