summaryrefslogtreecommitdiff
path: root/src/analysis/scan/matches/bytes-int.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2024-02-20 08:11:17 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2024-02-20 08:11:17 (GMT)
commit26f93f593542cc550107744e92f95e9516e7435e (patch)
tree058cf883324274965356beb42398c387c0e49217 /src/analysis/scan/matches/bytes-int.h
parent30e56f25772247d76c7775d32ccd5b5a0661d3bf (diff)
Share GObject instances between scan contexts and matches.
Diffstat (limited to 'src/analysis/scan/matches/bytes-int.h')
-rw-r--r--src/analysis/scan/matches/bytes-int.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/analysis/scan/matches/bytes-int.h b/src/analysis/scan/matches/bytes-int.h
index d356208..f6239e3 100644
--- a/src/analysis/scan/matches/bytes-int.h
+++ b/src/analysis/scan/matches/bytes-int.h
@@ -37,12 +37,6 @@ struct _GScanBytesMatches
{
GScanMatches parent; /* A laisser en premier */
- GScanContext *context; /* Contexte de rattachement */
-
- // TODO : if NDEBUG ?
- phys_t content_start; /* Point de début du contenu */
- phys_t content_end; /* Point de fin du contenu */
-
match_area_t *areas; /* Zones couvertes */
size_t count; /* Nombre de zones */
@@ -56,9 +50,5 @@ struct _GScanBytesMatchesClass
};
-/* Met en place une série de correspondances avec des octets. */
-bool g_scan_bytes_matches_create(GScanBytesMatches *, GSearchPattern *, GScanContext *);
-
-
#endif /* _ANALYSIS_SCAN_MATCHES_BYTES_INT_H */