rename terminology "virtual table(vtable)" to "attribute"

This commit is contained in:
root
2024-08-22 06:42:37 +00:00
parent 678ddd718a
commit f660e6b2ac
38 changed files with 691 additions and 701 deletions

View File

@@ -29,7 +29,7 @@ struct maat;
struct maat_hit_path {
int Nth_scan;
int vtable_id; // 0 is not a virtual table.
int attribute_id; // 0 is not a attribute.
int NOT_flag; // 1 means NOT clause(condition)
int clause_index; // 0 ~ 7
long long item_id;
@@ -41,7 +41,7 @@ struct maat_hit_path {
struct maat_hit_group {
long long item_id;
long long group_id;
int vtable_id;
int attribute_id;
};
enum maat_scan_status {