You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently yara is compiled from source into the application. This unfortunately makes it harder to use yara(and associated rules) with custom compile instructions.
Hey, when configuring ImHex you can specify the -DUSE_SYSTEM_YARA=ON flag to cmake. That will make it use the yara library that's been installed on your system instead of the bundled version. Is that enough for your usecase?
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: