Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/radareorg/radare2-pm

Package Manager for Radare2
https://github.com/radareorg/radare2-pm

r2pm radare2

Last synced: 4 days ago
JSON representation

Package Manager for Radare2

Awesome Lists containing this project

README

        

# R2PM

This repository is fetched by `r2pm -U` and provides the package database.

These packages are installed in user's home and can be plugins/scripts
for radare2 or even utilities/programs related to r2.

See https://github.com/radareorg/radare2 for r2pm

## How to use

```sh
$ r2pm -U
$ r2pm -ci r2frida
```

## Testing new packages

```sh
export R2PM_DBDIR="$PWD/db"
# export R2PM_GITDIR="/path/to/the/root/folder/of/the/local/repository"
# export R2PM_USRDIR="/path/to/usr/dir"
```