-
The current way to pass command-line parameters to a program using r2pipe appears to be:
```python
r2 = r2pipe.open("./prog", ["-d", 'rarun2', 'program=prog', 'arg1=AAABBB'])
```
However, via …
-
| Questions | Answers
|------------------------------------------------------|--------------------
| OS/arch/bits (mandatory) |…
-
The JSON output is polluted by either stdout messages that we printed earlier,
or by a buffering problem in r2pipe
-
I think the debugger has a race condition when you try to script in r2pipe and put breakpoints.
### Work environment
| Questions | Answers
|----------…
-
i download your project and read your pdf tutorial .but i got this ,could you help me ?
```
rm -f runme.o
rm -f runme
rm -f *.bak
nasm -f elf64 -o runme.o runme.asm
ld -s -z noexecstack -o runme…
-
If we remove the manual singlestep in watch_syscall, we will hit the same breakpoint in a loop.
However, the interactive debugger is handling the recoil when we hit a breakpoint, and singlesteps au…
-
Hi,
I was trying to use the latest `r2pipe` Python bindings on `radare/radare2` Docker container, and using the `r2.cmdj` command always results in this output:
~~~
r2pipe.cmdj.Error: Expecting v…
-
Hi to all,
I am trying to modify the permission on sections, reading documentation I should use the S command, but r2 returns error that is invalid.
Can someone explain to me with an example how to …
-
radare2 1.7.0-git 15927 @ linux-x86-32 git.1.6.0-654-gd67ecce
commit: d67ecceea17bfecd5f0b3806f33dbea57ced1eaf build: 2017-08-29__18:30:48
Hi,
It seems that r2 can't save committed changes to cur…
-
kali linux
```
# sys/install.sh
ctype.c: In function ‘r_type_get_enum’:
ctype.c:58:40: warning: ‘snprintf’ output may be truncated before the last format character [-Wformat-truncation=]
snp…