Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for configuration files #1003

Open
ThanyaLeif opened this issue Jul 29, 2024 · 1 comment
Open

Add support for configuration files #1003

ThanyaLeif opened this issue Jul 29, 2024 · 1 comment

Comments

@ThanyaLeif
Copy link

We would like to have the capability to use configuration files to specify a list of files for scanning. Currently, scanning an entire folder or a single file seems to be the primary method. By allowing configuration files as a target, our team will have more flexibility and control over our scanning process, enabling us to scan multiple specific files as defined in the configuration file.

Adding this capability will also implicitly support Linux environments. The current option of a response file relies on Windows-specific features and does not function properly in Linux.

@AllDwarf
Copy link
Collaborator

Hey @ThanyaLeif,

apologies for the delay. As of now you can leverage rsp(response files) files for multifile selection. So you can provide to BinSkim set of the paths/files to be used by BinSkim.

binskim analyze @rsp_file_name

Hopefully this one will help.

Thanks Marek

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants