diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2009-04-29 17:13:36 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2009-04-29 17:13:36 (GMT) |
commit | e2f87e6e92a361cdd66b6867f51dda2abb1ed1b3 (patch) | |
tree | 2c3b5473c6042f64c145eb25cf923be8935ae793 /ChangeLog | |
parent | 1e9b23fb37755fef5992f65cb9862fab271e13d9 (diff) |
Saved the current work on the overjump plugin.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@61 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 50 |
1 files changed, 46 insertions, 4 deletions
@@ -1,13 +1,55 @@ 2009-04-29 Cyrille Bagard <nocbos@gmail.com> - * src/arch/x86/op_and.c: - * src/arch/x86/opcodes.h: - * src/arch/x86/op_or.c: - * src/arch/x86/processor.c: + * configure.ac: + Add the new Makefiles from the 'src/plugins/overjump' directory to + AC_CONFIG_FILES. + + * src/analysis/binary.c: + * src/analysis/binary.h: + Update the code (provide more access and use the new functions). + + * src/analysis/line.c: + Do not rely on the editor window to create Pango layouts. + + * src/analysis/Makefile.am: + Update libanalysis_la_LDFLAGS (plugins). + + * src/common/extstr.c: + * src/common/extstr.h: + Create the function strrcmp(). + + * src/editor.c: + Update the code. + + * src/Makefile.am: + Update openida_LDFLAGS and openida_LDADD. + + * src/plugins/Makefile.am: + Build a shared library. Add plugin-def.h to libplugins_la_SOURCES and + overjump to SUBDIRS. Update libpyoida_la_LDFLAGS and INCLUDES. + + * src/plugins/overjump/Makefile.am: + * src/plugins/overjump/overjump.c: + * src/plugins/overjump/overjump.h: + Begin a plugin for overjumps with x86. + + * src/plugins/pglist.c: + * src/plugins/pglist.h: + * src/plugins/plugin.c: + * src/plugins/plugin-def.h: + * src/plugins/plugin.h: + Manage plugins in an improved way. + +2009-04-29 Cyrille Bagard <nocbos@gmail.com> + * src/arch/x86/instruction.h: * src/arch/x86/op_adc.c: * src/arch/x86/op_add.c: + * src/arch/x86/op_and.c: + * src/arch/x86/op_or.c: * src/arch/x86/op_sub.c: + * src/arch/x86/opcodes.h: + * src/arch/x86/processor.c: Support more x86 opcodes. 2009-04-25 Cyrille Bagard <nocbos@gmail.com> |