summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2015-12-29 01:40:13 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2015-12-29 01:40:13 (GMT)
commit73fb6dd90282dd10a6c3febe7348ad698c0336a8 (patch)
tree01fddcbd1c97c6fa6facfae6736b57c4f0317ee6 /ChangeLog
parentb57e8ef5522dcbe126157fc2c50fcf879aa7d743 (diff)
Avoided to crash by being too strict with addresses provided by clicks on the binary strip.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5d253fc..25e74e3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
15-12-29 Cyrille Bagard <nocbos@gmail.com>
+ * src/arch/processor.c:
+ * src/arch/processor.h:
+ Make it possible to find instructions by their addresses in a flexible way.
+
+ * src/gui/status.c:
+ Avoid to crash by being too strict with addresses provided by clicks on
+ the binary strip.
+
+15-12-29 Cyrille Bagard <nocbos@gmail.com>
+
* plugins/mobicore/mclf.c:
* src/analysis/disass/area.c:
* src/analysis/disass/output.c: