Vector35 / binaryninja-api

Public API, examples, documentation and issues for Binary Ninja
https://binary.ninja/
MIT License
942 stars 213 forks source link

Project import should have an option to follow symlinks #6114

Closed fuzyll closed 1 week ago

fuzyll commented 2 weeks ago

What is the feature you'd like to have? Project import should have an option to follow symlinks (right now, it ignores them and does not resolve them).

Is your feature request related to a problem? An Enterprise user has a workflow where following symlinks during Project import would be quite helpful.

Are any alternative solutions acceptable? Any solution that gets the symlinked files imported directly without having to pre-process things with an extra script would be helpful in this circumstance.

negasora commented 1 week ago

Added in 4.2.6412-dev via setting projects.folderImportFollowsSymlinks (disabled by default)