-
Hey,
After messing around with r2pipe and python, i've discovered the following problem.
Case 1 (works fine):
import r2pipe
r2 = r2pipe.open("/bin/ls")
r2.cmdj("ij")
Case 2 (exception):
import r2pi…
-
``` python
$ ipython
Python 3.5.2 (default, Jul 4 2016, 18:14:23)
Type "copyright", "credits" or "license" for more information.
IPython 5.0.0 -- An enhanced Interactive Python.
? -> Introdu…
-
While debugging a binary, radare2 sometime adds a strange `int3` to the disassembly (even if the binary doesn't actually contains it). And if I try to step again I get the `child stopped with signal 1…
-
r2pipe should throw exception if r2 not found.
-
Hi,
3 possible feature requests:
1. pd N until instrunction name
2. pd from instruction to instruction
3. immediate disassembly of function for r2 -c
-
I wrote a script using r2pipe binding, but there is not outpout executing the last line
the input file is here
[Input file](http://expirebox.com/files/e46e0c420d6c5e125a85213d227e75af.bin)
``` pytho…
-
``` python
C:\IntelPython27\python.exe C:\Users\David\.IntelliJIdea2016.2\config\plugins\python\helpers\pydev\pydevconsole.py 5741 5742
Python 2.7.11 (default, Jun 2 2016, 13:36:37) [ICC v.1600 64 b…
-
Discuss
```
> #md5
> h md5
```
hashbang
```
> #!pipe
> h!pipe
```
This will make /h more meaningful because /# is not possible. But for the hashing it seems ugly. also not sure if we should use 'h…
-
I used a script python from radare2-bindings to write a code analysing a binary file, i extracted the name , the start address and the size of each function , but i can't dump the hexa of each functio…
-
- [ ] r2pipe
- [ ] ROP
- [ ] Advanced ESIL usage
- [ ] Packages