summaryrefslogtreecommitdiff
path: root/src/format/format.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/format/format.h')
-rw-r--r--src/format/format.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/format/format.h b/src/format/format.h
index 05a2af9..0223525 100644
--- a/src/format/format.h
+++ b/src/format/format.h
@@ -81,8 +81,9 @@ bool g_binary_format_resolve_symbol(const GBinFormat *, const char **, SymbolTyp
/* Identifiants pour les différents formats */
typedef enum _FormatIdentifier
{
+ FID_DEX, /* Format DEX */
+ //FID_DWARF, /* Format Dwarf */
FID_ELF, /* Format ELF */
- FID_DWARF, /* Format Dwarf */
FID_JAVA, /* Format Java */
FID_PE, /* Format PE */