summaryrefslogtreecommitdiff
path: root/plugins/dex/pool.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/pool.h
parente335c19df11cf013c8e515105ca2a13afa2b97de (diff)
Changed the way Dex methods are loaded and displayed.
Diffstat (limited to 'plugins/dex/pool.h')
-rw-r--r--plugins/dex/pool.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/dex/pool.h b/plugins/dex/pool.h
index ac7db60..dd27f94 100644
--- a/plugins/dex/pool.h
+++ b/plugins/dex/pool.h
@@ -71,6 +71,9 @@ uint32_t count_prototypes_in_dex_pool(const GDexFormat *);
/* Extrait une représentation de routine d'une table DEX. */
GBinRoutine *get_prototype_from_dex_pool(GDexFormat *, uint32_t);
+/* Charge toutes les classes listées dans le contenu binaire. */
+bool load_all_dex_methods(GDexFormat *, wgroup_id_t, GtkStatusStack *);
+
/* Compte le nombre de méthodes dans une table DEX. */
uint32_t count_methods_in_dex_pool(const GDexFormat *);