-
Following the r2 installation instructions at https://github.com/radare/radare2, r2 properly installs for the user (not system-wide) in macOS High Sierra:
```
$ git clone https://github.com/radare…
-
I am using radare2 version
```
radare2 -v
radare2 0.10.3 11399 @ windows-x86-32 git.0.10.3-11-ga38b176
commit: a38b176ba4488ac94e65593df236021765e6c540 build: 2016-05-26
```
the sdb files exist her…
-
```
make -C libr/lang/p
make[1]: Entering directory `/home/me/malware/radare2-bindings/libr/lang/p'
LANG
make[1]: Leaving directory `/home/me/malware/radare2-bindings/libr/lang/p'
make[1]: Enter…
-
I do understand that plugin's pipe should interact with the current r2 process. But that isn't happening. What should I do?
PS: I have installed radare2 from its git repo, all of it.
-
Just took me a while to realize I didn't have a proper language installed for r2. The example is this command:
```
#!python test.py
```
This silently fails. It would be helpful to have this ou…
-
We currently have a lot of scripts inside `./sys`, what about removing some of them, like:
- `afl.sh`: it's easy enough to use `install.sh` with the right variables exported
- unify `android-aarch64…
-
Hi, hoping you guys can give me a hand. I am trying to change the default python that binja uses to one that i primarily use (brew installed). My brew installed python 2.7.13 is in my path, but binja …
-
After I scan the generated libraries in `/radare2/libr/asm/p`, I find there are several libraries that related to x86 disassembler, which one is the internal disassemble library that rasm2 use?
``…
-
https://github.com/radare/radare2-r2pipe/blob/master/python/r2pipe/__init__.py#L40-L44
```python
try:
import native
has_native = True
except:
has_native = False
```
Since python3 forbidden …
-
Currently it supports only IPv6. May be @SrimantaBarua has interest in this (or may be not).