summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2017-03-02 14:33:09 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2017-03-02 14:33:09 (GMT)
commitb3471e0c9ce6cc1becc9f56832fb4b93b337cb21 (patch)
treed32db80f05296ec918ad24d93634ea7d3832e49e /ChangeLog
parent027305c2447b05de2c576e3f5ee32ced400f439f (diff)
Filled rendering lines with relative binary contents.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 09e5a32..e36de8b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+17-03-02 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/analysis/disass/area.c:
+ Set the global content for each collected instruction.
+
+ * src/arch/instruction-int.h:
+ * src/arch/instruction.c:
+ * src/arch/instruction.h:
+ * src/arch/raw.c:
+ * src/arch/undefined.c:
+ Remember the global content and print bytes of each instruction.
+
+ * src/glibext/gbufferline.c:
+ * src/glibext/gbufferline.h:
+ Fill rendering lines with relative binary contents.
+
17-02-28 Cyrille Bagard <nocbos@gmail.com>
* src/analysis/binary.c: