summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2017-05-08 08:01:03 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2017-05-08 08:01:03 (GMT)
commit9a548294c18ae04ef00ee0227ada8eb8b050b5fa (patch)
treec8651fc1fb70579a5bd3f3a61ba04f13ae58efb5 /ChangeLog
parent13be5aa2ac44f7bfc70ee25e7ba20ae2adf58ad5 (diff)
Ensured a Dex routine is not abstract nor native before adding a symbol into the disassembled code.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8f374bd..12f44fb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+17-05-08 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/format/dex/class.c:
+ Ensure a Dex routine is not abstract nor native before adding a symbol into the disassembled code.
+
+ * src/format/dex/method.c:
+ * src/format/dex/method.h:
+ Provide a a way to know if there is a body for a given method.
+
17-05-07 Cyrille Bagard <nocbos@gmail.com>
* src/analysis/disass/area.c: