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 48e8334..39c0db9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,35 @@
17-05-10 Cyrille Bagard <nocbos@gmail.com>
+ * plugins/ropgadgets/select.c:
+ * src/analysis/db/items/comment.c:
+ * src/analysis/disass/area.c:
+ * src/analysis/disass/disassembler.c:
+ Update code.
+
+ * src/arch/instruction-int.h:
+ * src/arch/instruction.c:
+ * src/arch/instruction.h:
+ Remove the link to binary content used for printing from instructions.
+
+ * src/arch/raw.c:
+ * src/arch/undefined.c:
+ * src/format/symbol.c:
+ * src/glibext/gbinportion.c:
+ Update code.
+
+ * src/glibext/gbuffercache.c:
+ * src/glibext/gbuffercache.h:
+ Store the binary content used for printing in buffer caches.
+
+ * src/glibext/generators/prologue.c:
+ * src/glibext/generators/rborder.c:
+ * src/glibext/linegen-int.h:
+ * src/glibext/linegen.c:
+ * src/glibext/linegen.h:
+ Update code.
+
+17-05-10 Cyrille Bagard <nocbos@gmail.com>
+
* plugins/pychrysa/arch/vmpa.c:
Typo. Update code.