summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog44
1 files changed, 42 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 380ff87..d3dd823 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,47 @@
+10-12-21 Cyrille Bagard <nocbos@gmail.com>
+
+ * configure.ac:
+ Add the new Makefile 'src/arch/dalvik/operands' directory to AC_CONFIG_FILES.
+
+ * src/analysis/disass/disassembler.c:
+ * src/analysis/disass/output.c:
+ * src/analysis/disass/output.h:
+ Print disassembled instructions with found routines.
+
+ * src/arch/dalvik/Makefile.am:
+ Add 'operands/libarchdalvikoperands.la' to +libarchdalvik_la_LIBADD
+ and 'operands' to SUBDIRS.
+
+ * src/arch/dalvik/operand.c:
+ * src/arch/dalvik/operand.h:
+ Cut code into the operands/* files.
+
+ * src/arch/dalvik/operands/args.c:
+ * src/arch/dalvik/operands/args.h:
+ * src/arch/dalvik/operands/Makefile.am:
+ * src/arch/dalvik/operands/pool.c:
+ * src/arch/dalvik/operands/pool.h:
+ * src/arch/dalvik/operands/register.c:
+ * src/arch/dalvik/operands/register.h:
+ * src/arch/dalvik/operands/target.c:
+ * src/arch/dalvik/operands/target.h:
+ New entries: define all existing kinds of Dalvik operands.
+
+ * src/arch/dalvik/register.c:
+ * src/arch/dalvik/register.h:
+ Clean code. Print registers into buffer lines.
+
+ * src/arch/immediate.c:
+ Fix code (BLC_ASSEMBLY_HEAD -> BLC_ASSEMBLY).
+
+ * src/arch/instruction.c:
+ * src/arch/instruction.h:
+ Mark some functions as deprecated. Print instructions into buffer lines.
+
10-12-20 Cyrille Bagard <nocbos@gmail.com>
* configure.ac:
- Add the new Makefile 'src/analysis/disass' directoriy to AC_CONFIG_FILES.
+ Add the new Makefile 'src/analysis/disass' directory to AC_CONFIG_FILES.
* src/analysis/binary.c:
Begin to clean the code by moving the disassembling process into disass/.
@@ -71,7 +111,7 @@
10-12-12 Cyrille Bagard <nocbos@gmail.com>
* configure.ac:
- Add the new Makefile 'src/decomp/instr' directoriy to AC_CONFIG_FILES.
+ Add the new Makefile 'src/decomp/instr' directory to AC_CONFIG_FILES.
* src/arch/dalvik/dop_array.c:
Typo.