binaryninja-api icon indicating copy to clipboard operation
binaryninja-api copied to clipboard

Fix binja_path in case the lib is a symlink

Open rbran opened this issue 1 year ago • 0 comments

In case the binja lib is symlink, like /usr/lib/libbinaryninjacore.so.1 -> /opt/binaryninja/libbinaryninjacore.so.1, the function binja_path will return the wrong path, in this example /usr/lib.

rbran avatar Apr 26 '24 13:04 rbran