Closed cxwithyxy closed 6 years ago
did you r2pm init
?
You probably did not r2pm init
anyway, this r2pm
is still a work in progress, to install r2frida
better use this one: https://github.com/radare/radare2-pm
I run that, but nothing return
go run r2pm.go init
actually r2pm.go is diff from r2pm
go run r2pm.go -init
that works.
but I still can't install r2frida
go run r2pm.go -s r2frida
it return :
List of available packages: (filter: r2frida)
No packages found.
As said in my previous message, r2pm.go is a Work In Progress.
What you need to use to install r2frida is r2pm not r2pm.go.
The r2pm binary is bundled within radare2 repository. Just do ./sys/install.sh
and then you can call r2pm
.
I run :
it return :
so, where is the db.json ?