summaryrefslogtreecommitdiff
path: root/plugins/dex/dex-int.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-07-23 07:45:44 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-07-23 07:45:44 (GMT)
commit53213051036151645ae287436ad94dff92c7fa20 (patch)
tree874679c64017fcc7eafa8c5af447c9e15fcbaa5d /plugins/dex/dex-int.h
parente335c19df11cf013c8e515105ca2a13afa2b97de (diff)
Changed the way Dex methods are loaded and displayed.
Diffstat (limited to 'plugins/dex/dex-int.h')
-rw-r--r--plugins/dex/dex-int.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/dex/dex-int.h b/plugins/dex/dex-int.h
index 5180b58..48a920c 100644
--- a/plugins/dex/dex-int.h
+++ b/plugins/dex/dex-int.h
@@ -44,6 +44,7 @@ struct _GDexFormat
GBinSymbol **strings; /* Symboles pour les chaînes */
GDataType **types; /* Types partagés pour Dalvik */
GBinVariable **fields; /* Champs de données partagés */
+ GDexMethod **methods; /* Méthodes déclarées */
GDexClass **classes; /* Classes retrouvées */
};