summaryrefslogtreecommitdiff
path: root/plugins/dex/format.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-05-07 15:00:14 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-05-07 15:00:14 (GMT)
commit83da8ea946dc50941838ec8b3951108f5e16642e (patch)
tree06d30655b95e856f2def3da0fab24067271de8b0 /plugins/dex/format.h
parentc136e2c4c1ad02ea2e363fbe71ce54c6255793e2 (diff)
Described binary formats and improved their loading.
Diffstat (limited to 'plugins/dex/format.h')
-rwxr-xr-xplugins/dex/format.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/dex/format.h b/plugins/dex/format.h
index 6850ed1..1879da3 100755
--- a/plugins/dex/format.h
+++ b/plugins/dex/format.h
@@ -52,6 +52,9 @@ typedef struct _GDexFormat GDexFormat;
typedef struct _GDexFormatClass GDexFormatClass;
+/* Valide un contenu comme étant un format Dex. */
+bool check_dex_format(const GBinContent *);
+
/* Indique le type défini pour un format d'exécutable DEX. */
GType g_dex_format_get_type(void);