radareorg / r2pm

Radare2 cross platform package manager
GNU Lesser General Public License v3.0
34 stars 12 forks source link

Make r2pm list packages related to plugins only #68

Open radare opened 5 years ago

radare commented 5 years ago

imagine rasm2 -L was able to extend the listing with r2pm's output when the arch you need is not there. same goes for rabin2 -L and others. Basically this means integrgating the pkg manager within r2

XVilka commented 5 years ago

Better not to integrate r2pm into radare2, since it is planned (a matter of a few month) to develop fully-fledged r2pm.go.

radare commented 5 years ago

I mean calling r2pm -s r_asm . Integrating doesnt mean calling c apis

On 30 May 2019, at 08:42, Anton Kochkov notifications@github.com wrote:

Better not to integrate r2pm into radare2, since it is planned (a matter of a few month) to develop fully-fledged r2pm.go.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

XVilka commented 4 years ago

Moving to the dedicated r2pm repository. It can be solved with tags, which are supported already: https://github.com/radareorg/r2pm/issues/54

XVilka commented 4 years ago

@radare embedding r2pm is already in TODO: https://github.com/radareorg/r2pm/issues/36