[FEATURE]support get hit groups and items

This commit is contained in:
刘文坛
2023-08-10 12:21:04 +00:00
parent 42f4480271
commit d030e5a452
5 changed files with 70 additions and 39 deletions

View File

@@ -1964,7 +1964,7 @@ int maat_state_get_hit_groups(struct maat_state *state, enum maat_list_type type
return maat_compile_state_get_hit_groups(state->compile_state,
(struct group2group_runtime *)g2g_runtime,
type, groups, n_group);
type, groups, n_group, state->maat_inst->logger);
}
int maat_hit_group_compile_id(struct maat *instance, struct maat_hit_group *group)