summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2017-05-08 10:15:50 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2017-05-08 10:15:50 (GMT)
commitb0c6ffacf5c6c45c047172e348c737cb85fb5b36 (patch)
treef80736eb5d72cd1f3068768a10390fc239cad4db /ChangeLog
parent9a548294c18ae04ef00ee0227ada8eb8b050b5fa (diff)
Merged characters intro strings when possible in the disassembled code.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 12f44fb..123b47e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
17-05-08 Cyrille Bagard <nocbos@gmail.com>
+ * src/arch/raw.c:
+ Merge characters intro strings when possible in the disassembled code.
+
+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.