summaryrefslogtreecommitdiff
path: root/src/format/dex/pool.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/format/dex/pool.h')
-rw-r--r--src/format/dex/pool.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/format/dex/pool.h b/src/format/dex/pool.h
index 6894da1..62c3aef 100644
--- a/src/format/dex/pool.h
+++ b/src/format/dex/pool.h
@@ -30,6 +30,9 @@
+/* Charge en mémoire toutes les chaînes trouvées. */
+bool find_all_dex_strings(GDexFormat *);
+
/* Extrait une chaîne de caractères d'une table DEX. */
const char *get_string_from_dex_pool(const GDexFormat *, uint32_t);