summaryrefslogtreecommitdiff
path: root/plugins/dex/format.h
diff options
context:
space:
mode:
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);