summaryrefslogtreecommitdiff
path: root/src/analysis/scan/matches/bytes-int.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/analysis/scan/matches/bytes-int.h')
-rw-r--r--src/analysis/scan/matches/bytes-int.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/analysis/scan/matches/bytes-int.h b/src/analysis/scan/matches/bytes-int.h
index 6f7e60b..f57cb9f 100644
--- a/src/analysis/scan/matches/bytes-int.h
+++ b/src/analysis/scan/matches/bytes-int.h
@@ -42,6 +42,9 @@ struct _GScanBytesMatch
phys_t start; /* Début du motif représenté */
phys_t len; /* Taille du motif représenté */
+ size_t mod_path_index; /* Indice de construction */
+ bool has_mod_path; /* Validité du champ précédent */
+
};
/* Correspondance trouvée avec une chaîne (classe) */