-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
[Feature] Decouple Yara Compiling #1999
Comments
Hey, when configuring ImHex you can specify the |
I have not specifically tested, but that should be sufficient. If I am understanding correctly, I would follow this guide to build: |
I attempted the
Then run the docker compose command. I get: 7.527 CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
7.527 YARA_LIBRARIES (ADVANCED)
7.527 linked by target "yara_rules" in directory /imhex/plugins/yara_rules I then validate that the I re-enable the rest of the dockfile once again and add the build argument yara_rule.cpp:11:10 fatal error: 'yara.h' file not found So I add another build argument to WARNING: Target "builtin" request linking to directory "/app/src/yara-version/librara". Targets may link only to libraries. Cmake is dropping the item. |
I believe |
What feature would you like to see?
Currently
yara
is compiled from source into the application. This unfortunately makes it harder to useyara
(and associated rules) with custom compile instructions.Example Repo:
https://github.com/Neo23x0/signature-base/blob/master/makefile
Would it be possible to specify a
path
toyara
?If there is a way to do this already, apologies, please advise.
How will this feature be useful to you and others?
yara
repositoriesyara
is compiledyara
could be referencedRequest Type
Additional context?
Other Examples:
https://github.com/KasperskyLab/klara
The text was updated successfully, but these errors were encountered: