summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog30
1 files changed, 30 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3a1a18b..33225ce 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,35 @@
10-04-05 Cyrille Bagard <nocbos@gmail.com>
+ * configure.ac:
+ Add the new Makefile from the 'plugins/theseus' directory to AC_CONFIG_FILES.
+
+ * plugins/Makefile.am:
+ Add theseus to SUBDIRS.
+
+ * plugins/pyoida/pyoida.c:
+ Disable the Python plugin.
+
+ * plugins/theseus/Makefile.am:
+ * plugins/theseus/theseus.c:
+ * plugins/theseus/theseus.h:
+ New entries: create a plugin to follow the control flow in order to avoid
+ showing garbage. Not yet fully working. Tested with the grainne crackme.
+
+ * src/analysis/binary.c:
+ * src/analysis/binary.h:
+ Provide the storage address of the rendering lines.
+
+ * src/analysis/line.c:
+ * src/analysis/line.h:
+ * src/analysis/line-int.h:
+ Add some useful functions to remove or insert lines.
+
+ * src/plugins/plugin.c:
+ * src/plugins/plugin-def.h:
+ Add a missing argument (the plugin address) when calling exec_on_bin().
+
+10-04-05 Cyrille Bagard <nocbos@gmail.com>
+
* src/format/elf/elf.c:
* src/format/elf/elf_def.h:
* src/format/elf/elf-int.c: