You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rizin@freebsd:~/rizin/rizin $ rizin -d /bin/ls
Process with PID 9568 started...
-- Reduce the delta where flag resolving by address is used with cfg.delta
[0x801031f70]> di
ld-elf.so.1: /usr/local/lib/librz_debug.so.0.5: Undefined symbol "kinfo_getproc"
rizin@freebsd:~/rizin/rizin $ uname -a
FreeBSD freebsd 13.1-RELEASE FreeBSD 13.1-RELEASE releng/13.1-n250148-fc952ac2212 GENERIC amd64
Steps to reproduce the behavior
Compiler Rizin from git
rizin -d /bin/ls
Run di command
Looks like problem is in missing -lutil for the librz_debug.so during the linking (this is where kinfo_getproc() symbol is located)
The text was updated successfully, but these errors were encountered:
Work environment
rizin -v
full output, not truncated (mandatory)Expected behavior
No errors
Actual behavior
Steps to reproduce the behavior
rizin -d /bin/ls
di
commandLooks like problem is in missing
-lutil
for thelibrz_debug.so
during the linking (this is wherekinfo_getproc()
symbol is located)The text was updated successfully, but these errors were encountered: