summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2008-07-26 23:46:10 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2008-07-26 23:46:10 (GMT)
commitdbf4d1f93e54251568854bff0ebc9c84f60857f6 (patch)
tree72fa507ada7ba5b7351f711a7f16a8d3f7d32524 /ChangeLog
parentc4f9b35d4ccb5bb82c4927daddd34d7a828bff3c (diff)
Parsed x86 binary data and displayed the result.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@6 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog46
1 files changed, 46 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 33af36e..4ea154e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,49 @@
+2008-07-27 Cyrille Bagard <nocbos@gmail.com>
+
+ * configure.ac:
+ Remove AC_PROG_RANLIB in favor of AC_PROG_LIBTOOL. Add AM_PROG_CC_C_O
+ and schedule the creation of the new Makefiles.
+
+ * src/arch/instruction.c:
+ * src/arch/instruction.h:
+ * src/arch/instruction-int.h:
+ * src/arch/Makefile.am:
+ * src/arch/operand.c:
+ * src/arch/operand.h:
+ * src/arch/operand-int.h:
+ * src/arch/processor.c:
+ * src/arch/processor.h:
+ * src/arch/processor-int.h:
+ * src/arch/x86/instruction.h:
+ * src/arch/x86/Makefile.am:
+ * src/arch/x86/opcodes.h:
+ * src/arch/x86/op_int.c:
+ * src/arch/x86/processor.c:
+ * src/arch/x86/processor.h:
+ New entries: parse x86 binary data and display the result.
+
+ * src/binary.c:
+ * src/binary.h:
+ New entries: load a basic ASM content.
+
+ * src/editor.c:
+ Set some fixed fonts and use the new code snippet. Update the GPL header
+ (Firebox Tools -> OpenIDA, version 2 -> version 3).
+
+ * src/format/elf/format_elf.c:
+ * src/format/elf/format_elf.h:
+ * src/format/elf/Makefile.am:
+ * src/format/Makefile.am:
+ New entries: empty files.
+
+ * src/gtksnippet.c:
+ * src/gtksnippet.h:
+ New entries: from an example from GTK.org, display assembly content.
+
+ * src/Makefile.am:
+ Add binary.[ch] and gtksnippet.[cg] files to openida_SOURCES and internal
+ libraries to openida_LDADD.
+
2008-07-23 Cyrille Bagard <nocbos@gmail.com>
* AUTHORS: