Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/radareorg/radare2-pm
- Owner: radareorg
- Created: 2016-06-01T20:35:22.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-16T11:28:29.000Z (23 days ago)
- Last Synced: 2024-10-29T21:06:09.485Z (10 days ago)
- Topics: r2pm, radare2
- Language: Shell
- Size: 405 KB
- Stars: 133
- Watchers: 18
- Forks: 69
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - radareorg/radare2-pm - Package Manager for Radare2 (others)
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"
```