summaryrefslogtreecommitdiff
path: root/src/format/dex/dex-int.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/format/dex/dex-int.h')
-rwxr-xr-xsrc/format/dex/dex-int.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/format/dex/dex-int.h b/src/format/dex/dex-int.h
index 2e3cc00..4b15c83 100755
--- a/src/format/dex/dex-int.h
+++ b/src/format/dex/dex-int.h
@@ -94,6 +94,12 @@ bool read_dex_encoded_field(const GDexFormat *, off_t *, encoded_field *);
/* Procède à la lecture d'une méthode quelconque DEX. */
bool read_dex_encoded_method(const GDexFormat *, off_t *, encoded_method *);
+/* Procède à la lecture d'un type DEX. */
+bool read_dex_type_item(const GDexFormat *, off_t *, type_item *);
+
+/* Procède à la lecture d'une liste de types DEX. */
+bool read_dex_type_list(const GDexFormat *, off_t *, type_list *);
+
/* Procède à la lecture d'un contenu de classe DEX. */
bool read_dex_class_data_item(const GDexFormat *, off_t *, class_data_item *);