New API: yara_destroy

The yara_destroy API allows to claim resources back via the removal of
the previously loaded Yara rules.

Signed-off-by: Matteo Cafasso <noxdafox@gmail.com>
This commit is contained in:
Matteo Cafasso
2017-04-25 23:03:02 +03:00
committed by Richard W.M. Jones
parent 27f175b717
commit 09bab5d38c
4 changed files with 24 additions and 1 deletions

View File

@@ -480,6 +480,7 @@ let proc_nr = [
470, "internal_find_inode";
471, "mksquashfs";
472, "yara_load";
473, "yara_destroy";
]
(* End of list. If adding a new entry, add it at the end of the list