rz-pm
rz-pm copied to clipboard
Keystone doesn't installs properly
I'm duplicating this issue, since that repo looks a bit desolated.
Setup
- macOS 13.2 with Apple silicon chip (it has different homebrew base folder, just in case)
- risen 0.4.1
- rz-pm 0.4.1
Steps to reproduce
- rz-pm -i keystone
- rz-pm -l >> keystone
Error
-
rz-asm -L | grep ks # produce no output
-
rizin -a arm.ks # asm.arch: cannot find (arm.ks)
I see https://github.com/rizinorg/rizin-extras/pull/20
is merged just yet, so maybe if's fixed already, just rollout takes some more time. But as for now keystone doesn't install within rz-pm
successfully.
Also there's a strange paths pn rz-pm
output:
RZPM_PLUGDIR=/Users/user/.local//opt/homebrew/lib/rizin/plugins # this one
RZPM_BINDIR=/Users/user/.local/share/rizin/bin
RZPM_DBDIR=/Users/user/.local/share/rizin/rz-pm/db
RZPM_GITDIR=/Users/user/.local/share/rizin/rz-pm/git
RZPM_GITSKIP=
It seems like it concatenates both homebrew paths and local path. It installs everything here /opt/homebrew/lib/rizin/plugins
anyway.