summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog27
1 files changed, 27 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5d3e7c6..b7572f3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,30 @@
+12-10-17 Cyrille Bagard <nocbos@gmail.com>
+
+ * plugins/pychrysa/plugin.c:
+ The one which reallocs has to become the one which frees !
+
+ * src/analysis/binaries/file.c:
+ See plugins/pychrysa/plugin.c.
+
+ * src/analysis/binary.c:
+ Handle the case where no source is found.
+
+ * src/arch/dalvik/processor.c:
+ Add missing disassembling call references for DOP_SUB_LONG_2ADDR
+ and DOP_MUL_LONG_2ADDR.
+
+ * src/format/dex/dex.c:
+ Handle the case where no source is found.
+
+ * src/format/format.c:
+ See plugins/pychrysa/plugin.c.
+
+ * src/gtkext/gtksourceview.c:
+ Formally handle the case where no source is found.
+
+ * src/plugins/plugin.c:
+ See plugins/pychrysa/plugin.c.
+
12-10-16 Cyrille Bagard <nocbos@gmail.com>
* src/analysis/disass/output.c: