summaryrefslogtreecommitdiff
path: root/src/analysis/scan/patterns/tokens/hex-int.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2023-10-05 07:03:16 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2023-10-05 07:03:16 (GMT)
commit1e28e6b94d5561129162d760d99bcf1e81f9528c (patch)
treedf531593c73732f130b9ea5edeff53602042ca54 /src/analysis/scan/patterns/tokens/hex-int.h
parent7464e2bf0ba5469e20eef5f16643ab6043b0179e (diff)
Rename search tokens from "string" to "bytes".
Diffstat (limited to 'src/analysis/scan/patterns/tokens/hex-int.h')
-rw-r--r--src/analysis/scan/patterns/tokens/hex-int.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/analysis/scan/patterns/tokens/hex-int.h b/src/analysis/scan/patterns/tokens/hex-int.h
index 440f693..dca9848 100644
--- a/src/analysis/scan/patterns/tokens/hex-int.h
+++ b/src/analysis/scan/patterns/tokens/hex-int.h
@@ -36,14 +36,14 @@
/* Encadrement d'une recherche de morceaux de binaire (instance) */
struct _GScanHexBytes
{
- GStringToken parent; /* A laisser en premier */
+ GBytesToken parent; /* A laisser en premier */
};
/* Encadrement d'une recherche de morceaux de binaire (classe) */
struct _GScanHexBytesClass
{
- GStringTokenClass parent; /* A laisser en premier */
+ GBytesTokenClass parent; /* A laisser en premier */
};