diff options
| author | 刘文坛 <[email protected]> | 2023-08-07 04:26:13 +0000 |
|---|---|---|
| committer | 刘文坛 <[email protected]> | 2023-08-07 04:26:13 +0000 |
| commit | d29eef0423be5d4f0f17783d36b2bf3195331ee7 (patch) | |
| tree | f811d57837615f56a3f6c58e6d74b92322d3b147 /include | |
| parent | e9ffca839277f9c179cbcdf6450a0d9032064837 (diff) | |
[FEATURE]Compile table must register plugin table to get compile ex_data & maat_state_get_compile_table_ids APIv4.0.34v4.0.32
Diffstat (limited to 'include')
| -rw-r--r-- | include/maat.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/maat.h b/include/maat.h index 472f970..5099e0a 100644 --- a/include/maat.h +++ b/include/maat.h @@ -279,6 +279,9 @@ int maat_state_set_last_scan(struct maat_state *state); int maat_state_set_scan_compile_table(struct maat_state *state, int compile_table_id); +int maat_state_get_compile_table_ids(struct maat_state *state, long long *compile_ids, + size_t n_compile_ids, int *compile_table_ids); + int maat_state_get_hit_paths(struct maat_state *state, struct maat_hit_path *paths, size_t n_path); |
