summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog40
1 files changed, 40 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2cfb140..416027c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,45 @@
18-01-13 Cyrille Bagard <nocbos@gmail.com>
+ * plugins/pychrysa/format/Makefile.am:
+ Add the 'symiter.[ch]' files to libpychrysaformat_la_SOURCES.
+
+ * plugins/pychrysa/format/format.c:
+ Delete the previous version of symbol iterators and update code.
+
+ * plugins/pychrysa/format/module.c:
+ Update code.
+
+ * plugins/pychrysa/format/symiter.c:
+ * plugins/pychrysa/format/symiter.h:
+ New entries: provide Python bindings for the new symbol iterator.
+
+ * src/analysis/disass/disassembler.c:
+ * src/analysis/disass/output.c:
+ * src/analysis/disass/routines.c:
+ * src/analysis/disass/routines.h:
+
+ * src/arch/processor.c:
+ Fix a compilation bug when NDEBUG is defined.
+
+ * src/format/Makefile.am:
+ Add the 'symiter.[ch]' files to libformat_la_SOURCES.
+
+ * src/format/format-int.h:
+ * src/format/format.c:
+ * src/format/format.h:
+ Rewrite all accesses to symbols.
+
+ * src/format/symiter.c:
+ * src/format/symiter.h:
+ New entries: create a real iterator for symbols.
+
+ * src/gui/dialogs/gotox.c:
+ * src/gui/panels/strings.c:
+ * src/gui/panels/symbols.c:
+ Update code.
+
+18-01-13 Cyrille Bagard <nocbos@gmail.com>
+
* plugins/dex/loading.c:
* plugins/elf/format.c:
* plugins/elf/loading.c: