summaryrefslogtreecommitdiff
path: root/src/format/executable-int.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2019-01-30 13:41:51 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2019-01-30 13:41:51 (GMT)
commite873101ef61b19ddf7bf1ef9230143d0735c0fd8 (patch)
treeeb5853df8e98a0e5cd7bbc3425fba01998c3a79c /src/format/executable-int.h
parent49fcaf9ea6dc34382ac69b3eaf803c0617b652e0 (diff)
Extended the APIs available for formats (both native and Python).
Diffstat (limited to 'src/format/executable-int.h')
-rw-r--r--src/format/executable-int.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/format/executable-int.h b/src/format/executable-int.h
index 2f3ea73..9ad8568 100644
--- a/src/format/executable-int.h
+++ b/src/format/executable-int.h
@@ -60,6 +60,8 @@ struct _GExeFormat
GDbgFormat **debugs; /* Informations de débogage */
size_t debugs_count; /* Nombre de ces informations */
+ GBinPortion **user_portions; /* Couches de morceaux binaires*/
+ size_t user_count; /* Nombre de ces portions */
GBinPortion *portions; /* Couches de morceaux binaires*/
GMutex mutex; /* Accès à l'arborescence */