summaryrefslogtreecommitdiff
path: root/src/format/dex/dex.c
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/dex.c
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/dex.c')
-rwxr-xr-xsrc/format/dex/dex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/format/dex/dex.c b/src/format/dex/dex.c
index 5b68d5f..b87981f 100755
--- a/src/format/dex/dex.c
+++ b/src/format/dex/dex.c
@@ -181,7 +181,7 @@ GBinFormat *g_dex_format_new(const bin_t *content, off_t length)
return NULL;
}
-
+ register_all_dex_class_methods(result);