summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog53
1 files changed, 53 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 035b021..2b02998 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,56 @@
+14-08-19 Cyrille Bagard <nocbos@gmail.com>
+
+ * configure.ac:
+ Add "-O0" to DEBUG_CFLAGS.
+
+ * src/analysis/disass/disassembler.c:
+ Use a more macroscopic procedure to disassemble code.
+
+ * src/analysis/disass/fetch.c:
+ * src/analysis/disass/fetch.h:
+ Cut binary code into two parts: raw data and symbols.
+
+ * src/arch/archbase.h:
+ Allow to guess the sign or the size of a memory word.
+
+ * src/arch/immediate.c:
+ * src/arch/immediate.h:
+ Rewrite the way values are loaded or printed.
+
+ * src/arch/instruction.c:
+ * src/arch/instruction.h:
+ Give access to the location of an instruction.
+
+ * src/arch/instruction-int.h:
+ Provide a way to merge instructions lists.
+
+ * src/arch/Makefile.am:
+ Add the 'raw.[ch]' files to libarch_la_SOURCES.
+
+ * src/arch/raw.c:
+ * src/arch/raw.h:
+ New entries: begin to work on a replacement of 'artificial.[ch]'.
+
+ * src/editor.c:
+ Change the default size of the editor.
+
+ * src/format/elf/elf.c:
+ Update code.
+
+ * src/format/elf/elf-int.c:
+ * src/format/elf/elf-int.h:
+ Add a demo symbol when loading an ELF header.
+
+ * src/format/elf/helper_x86.c:
+ * src/format/elf/strings.c:
+ * src/format/elf/symbols.c:
+ * src/format/format.c:
+ Disable all symbols registrations.
+
+ * src/format/symbol.c:
+ * src/format/symbol.h:
+ Create symbols based on data.
+
14-08-18 Cyrille Bagard <nocbos@gmail.com>
* configure.ac: