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

Missing include statement (tracking issue) #220

Open
lars-solberg opened this issue Oct 9, 2024 · 0 comments
Open

Missing include statement (tracking issue) #220

lars-solberg opened this issue Oct 9, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@lars-solberg
Copy link

yara-x is not supporting the include statement yet. It is clearly stated at

### No include statements
The `include` statement supported by YARA is not implemented in YARA-X yet.
This is a temporary situation, though. We plan to support this feature in later
versions of YARA-X.
Many YARA users employ the `include` statement as a way to join together
multiple source files. In such cases, they have a main file (let's say
`index.yar`) that simply includes every other file they want to compile. This
was required because you can't pass to YARA a directory containing multiple
source files so that YARA uses all of them. In YARA-X this is possible, you
can pass a directory with multiple source files. For instance:
```bash
yr scan my_yara_repository file_to_scan
```

Hope this issue can live and get closes when this functionality is in developed.

@plusvic plusvic added the enhancement New feature or request label Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants