summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2012-11-22 23:43:14 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2012-11-22 23:43:14 (GMT)
commit9428bf292d066055d168b9bb49fe90c41f2942d1 (patch)
tree9d4d75a414f058dc7015401d8fada63ec24fe14b /ChangeLog
parent3669bdaf8552f53baa5cfb2b0d360959eea61236 (diff)
Replaced the text of some registers (this and parameters).
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@289 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog31
1 files changed, 31 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e1d758a..0b4323f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,34 @@
+12-11-23 Cyrille Bagard <nocbos@gmail.com>
+
+ * plugins/androhelpers/androhelpers.c:
+ Update the code.
+
+ * plugins/androhelpers/Makefile.am:
+ Add the params.[ch] files to libandrohelpers_la_SOURCES.
+
+ * plugins/androhelpers/params.c:
+ * plugins/androhelpers/params.h:
+ New entries: replace the text of some registers (this and parameters).
+
+ * plugins/androhelpers/try_n_catch.c:
+ Typo.
+
+ * src/analysis/disass/disassembler.c:
+ Update the way plugins are run.
+
+ * src/arch/operand.c:
+ * src/arch/operand.h:
+ * src/arch/operand-int.h:
+ Provide a way to set alternative text for rendering operands.
+
+ * src/plugins/pglist.c:
+ * src/plugins/pglist.h:
+ * src/plugins/plugin.c:
+ Provide an easier way to run plugins on binaries.
+
+ * src/plugins/plugin-def.h:
+ Refine actions which can be run on binaries.
+
12-11-22 Cyrille Bagard <nocbos@gmail.com>
* plugins/androhelpers/try_n_catch.c: