summaryrefslogtreecommitdiff
path: root/src/format/dex/method.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2010-06-01 22:53:05 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2010-06-01 22:53:05 (GMT)
commite72eea33b9967d4169d2c8ffcb4a9e85c4c3ee8c (patch)
treed376a1bded84bcd82ff28d0a1c7fb0c062c9a663 /src/format/dex/method.h
parent6a2287739080535fd9f82ab2453abe916a9bc28d (diff)
Registered all found DEX routines.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@164 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/format/dex/method.h')
-rw-r--r--src/format/dex/method.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/format/dex/method.h b/src/format/dex/method.h
index dd6f4b1..0f5a465 100644
--- a/src/format/dex/method.h
+++ b/src/format/dex/method.h
@@ -54,7 +54,10 @@ typedef struct _GDexMethodClass GDexMethodClass;
GType g_dex_method_get_type(void);
/* Crée une nouvelle représentation de methode issue de code. */
-GDexMethod *g_dex_method_new(const GDexFormat *, const encoded_method *);
+GDexMethod *g_dex_method_new(const GDexFormat *, const encoded_method *, uleb128_t *);
+
+/* Fournit la routine OpenIDA correspondant à la méthode. */
+GBinRoutine *g_dex_method_get_routine(const GDexMethod *);
/* Fournit la zone binaire correspondant à la méthode. */
GBinPart *g_dex_method_as_part(const GDexMethod *);