Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/radareorg/r2pm
Radare2 cross platform package manager
https://github.com/radareorg/r2pm
r2pm radare2 radare2-plugin
Last synced: about 1 month ago
JSON representation
Radare2 cross platform package manager
- Host: GitHub
- URL: https://github.com/radareorg/r2pm
- Owner: radareorg
- License: lgpl-3.0
- Archived: true
- Created: 2018-06-06T08:38:19.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-03-05T05:30:33.000Z (almost 4 years ago)
- Last Synced: 2024-10-29T21:06:09.198Z (2 months ago)
- Topics: r2pm, radare2, radare2-plugin
- Language: Go
- Size: 994 KB
- Stars: 34
- Watchers: 15
- Forks: 12
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# r2pm: radare2 package manager
This tool is a cross platform package manager for the reverse engineering
framework radare2.It is a rewrite in Go of the [original Shell r2pm script](https://github.com/radareorg/radare2/blob/master/binr/r2pm/r2pm).
This tool is still a work in progress.
| CI | Badges/URL |
|----------|---------------------------------------------------------------------|
| **GithubCI** | [![Tests Status](https://github.com/radareorg/r2pm/workflows/Go/badge.svg)](https://github.com/radareorg/r2pm/actions?query=workflow%3AGo)|
| **TravisCI** | [![Build Status](https://travis-ci.org/radareorg/r2pm.svg?branch=master)](https://travis-ci.org/radareorg/r2pm)|
| **Dependabot** |[![Dependabot Enablement](https://api.dependabot.com/badges/status?host=github&repo=radareorg/r2pm)](https://github.com/radareorg/r2pm/pulls?q=is%3Aopen+is%3Apr+label%3Adependencies)|
| **Sourcehut** | [![builds.sr.ht status](https://builds.sr.ht/~xvilka/r2pm.svg)](https://builds.sr.ht/~xvilka/r2pm?)|## Package example
The official database is available [here](https://github.com/radareorg/r2pm-db).
```yaml
name: r2dec
type: git
repo: https://github.com/wargio/r2dec-js
desc: "[r2-r2pipe-node] an Experimental Decompiler"install:
- make -C puninstall:
- make -C p uninstall
```