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

Scan pid in boreal cli #100

Merged
merged 2 commits into from
Dec 26, 2023
Merged

Scan pid in boreal cli #100

merged 2 commits into from
Dec 26, 2023

Conversation

vthib
Copy link
Owner

@vthib vthib commented Dec 26, 2023

Add scan_process in boreal-cli, with the same semantics as the cli yara tool

Same semantics as yara: the "input" can be a file, a directory, or a
pid.
This code:
- did not work, since it does not check /proc but relative "proc"
- would only works on linux, but the test is run on windows as well.

So just remove this code, it is likely not needed at all.
@vthib vthib force-pushed the scan-pid-in-boreal-cli branch from 8f987fe to 8ac2729 Compare December 26, 2023 22:48
@vthib vthib merged commit 3aeae32 into master Dec 26, 2023
9 of 11 checks passed
@vthib vthib deleted the scan-pid-in-boreal-cli branch December 26, 2023 23:11
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

Successfully merging this pull request may close these issues.

1 participant