summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-01-09 19:25:41 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-01-09 19:25:41 (GMT)
commit5adcf950f1f928c7127f2d694b52addf54cc04ca (patch)
tree73cc013056dae1744c13ab6c910755d5a27291a5 /ChangeLog
parent23b50ae8e91c864d5ef800ca97fd23384502b822 (diff)
Updated the Python API dealing with basic blocks.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9a60bd7..0d40fbe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+18-01-09 Cyrille Bagard <nocbos@gmail.com>
+
+ * plugins/pychrysa/analysis/routine.c:
+ Update the Python API dealing with basic blocks.
+
+ * src/analysis/disass/block.h:
+ Typo.
+
+ * src/analysis/routine.h:
+ Clean code.
+
18-01-07 Cyrille Bagard <nocbos@gmail.com>
* plugins/elf/helper_arm.c: