-
The idea of this r2pipe command will be to contain the following things:
* https://github.com/radare/radare2-r2pipe/tree/master/c
* https://github.com/radare/radare2-r2pipe/blob/master/shell/r2cmd…
-
_From @XVilka on July 4, 2015 19:50_
# Radeco
The radare decompiler tool, (namedly 'radeco') should be able to run from r2 or from the shell, accepting different inputs and dumping different outputs.…
-
Dex Adler32 checksum is zeroed:
```c
$ r2 /tmp/re.mobipwn.enovella-unprotected.apk.unpack/classes.dex
-- phrack, better than java in the browser -- jvoisin
[0x00047bdc]> i
fd 3
file /…
-
Just now I tried to build rune with ```cargo build``` on a fresh rust install.
Firstly, the capstone_rust module from https://github.com/sushant94/capstone-rust failed to compile. Cargo told me:
```…
-
Hi to all,
with some change in the radare2 behavior I can't use the "S" command to modify the section permission.
I need to make executable all the sections of a binary file in order to find all the…
-
From @bannsec
I'm attempting to use rap protocol to add comments to a remote r2 server. The setup is:
- r2 ./binary
- =&:12345
Then in a second window (in python):
```python
r2 = r2pipe.o…
-
**Environment information**
* Operating System: linux and windows 10 both
* Cutter version: 1.7.1 and 1.7.4
* File format: elf
**Describe the bug**
i just want to decrypt string in elf but the…
-
This is using rustc 1.10.0 and cargo 0.11.0.
```
[username@username-pc ~]$ r2pm -i radeco
(omitted beginning)
Compiling radeco v0.1.0 (file:///home/username/.config/radare2/r2pm/git/radeco)
Ru…
wyrex updated
5 years ago
-
### Work environment
| Questions | Answers
|------------------------------------------------------|--------------------
| OS/arch/bits (mandatory) …
-
Hello, I'm trying to use r2pipe python, but it seems not working (Release` r2pipe.py 1.2.0`).
File: _test_r2pipe.py_
```
import r2pipe
r = r2pipe.open("./test")
r.cmd('doo')
r.cmd('aa')
r.c…