mirror of
https://github.com/Cisco-Talos/clamav.git
synced 2025-10-19 10:23:17 +00:00
bb11805 fix multiple results. Refactor false positive and heuristic precedence logic.
This commit is contained in:
parent
21ef08e3e6
commit
cbf5017a7d
22 changed files with 363 additions and 290 deletions
|
@ -208,6 +208,7 @@ int cli_exp_eval(cli_ctx *ctx, struct cli_matcher *root, struct cli_ac_data *acd
|
|||
int cli_caloff(const char *offstr, const struct cli_target_info *info, unsigned int target, uint32_t *offdata, uint32_t *offset_min, uint32_t *offset_max);
|
||||
|
||||
int cli_checkfp(unsigned char *digest, size_t size, cli_ctx *ctx);
|
||||
int cli_checkfp_virus(unsigned char *digest, size_t size, cli_ctx *ctx, const char * vname);
|
||||
|
||||
int cli_matchmeta(cli_ctx *ctx, const char *fname, size_t fsizec, size_t fsizer, int encrypted, unsigned int filepos, int res1, void *res2);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue