-
* [ ] Retrieve all the .lib from all the VS versions available and for all architectures (i.e `C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\lib\amd64\*`)
* [ ] Iterates over .lib content (o…
-
```
$ radare2 --version
radare2: invalid option -- '-'
radare2 3.6.0 0 @ linux-x86-64 git.3.6.0
commit: HEAD build: 2019-06-25__17:22:11
$ r2pm -v
r2pm 3.6.0
$ r2pm -i bpf
Already up to…
-
- *radareorg/extra-architectures* - move all extra architectures
- *radareorg/extra-formats* - move all extra file formats
- *radareorg/extra-misc* - the rest
-
## Environment
```sh
Wed 29 Mar 09:33:02 CEST 2023
radare2 5.8.5 30445 @ linux-x86-64 git.5.7.8-1255-gf5749b7732
commit: f5749b7732dbeb561a59b73f24b6d793bbba20c6 build: 2023-03-29__09:28:30
Lin…
-
I'm trying to use r2pipe in Python 3 and keep running into the error "TypeError: a bytes-like object is required, not 'str'" when using the cmd() function. I have updated r2pipe via pip3, updated r2 t…
-
## System
Arch Linux x64
r2 installed from `pacman`
r2ghidra-dec installed with `r2pm`
Cutter running from the 1.9.0 AppImage
## Problem
Cutter displays "Failed to parse JSON from r2ghidra…
-
The doc says that we can run r2ai as a plugin: `r2 -i main.py binary`.
So, I tried that: `r2 -i /home/axelle/.local/share/radare2/r2pm/git/r2ai/main.py ./libapp.so`
```
ERROR: Cannot determine en…
-
Hello, I had a small problem during installation of r2snow.
```
>sudo r2pm -i r2snow
Already up-to-date.
Install Done For r2snow
cmake --version
cmake version 3.5.1
CMake suite maintained a…
wavvs updated
6 years ago
-
Currently all releases are done manually. But it's possible to run the release action on multiple repositories, so all related projects will be released simultaneously:
- radare2 itself
- radare2-la…
-
The documentation says:
```
There are 4 different ways to run r2ai:
[...]
As an r2 plugin: r2 -i main.py /bin/ls
[...]
```
Can't get that to work.
**Solution 1. Try for a miracle. Fai…