mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
New API: yara_load
The yara_load API allows to load a set of Yara rules contained within a file on the host. Rules can be in binary format, as when compiled with yarac command, or in source code format. In the latter case, the rules will be first compiled and then loaded. Subsequent calls of the yara_load API will result in the discard of the previously loaded rules. Signed-off-by: Matteo Cafasso <noxdafox@gmail.com>
This commit is contained in:
committed by
Richard W.M. Jones
parent
2e24129da3
commit
27f175b717
@@ -50,7 +50,8 @@ let daemon_functions =
|
||||
Actions_core_deprecated.daemon_functions @
|
||||
Actions_debug.daemon_functions @
|
||||
Actions_hivex.daemon_functions @
|
||||
Actions_tsk.daemon_functions
|
||||
Actions_tsk.daemon_functions @
|
||||
Actions_yara.daemon_functions
|
||||
|
||||
(* Some post-processing of the basic lists of actions. *)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user