diff options
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 53 | 
1 files changed, 53 insertions, 0 deletions
@@ -1,3 +1,56 @@ +14-08-05  Cyrille Bagard <nocbos@gmail.com> + +	* src/analysis/decomp/decompiler.c: +	Update code. + +	* src/analysis/disass/disassembler.c: +	* src/analysis/disass/fetch.c: +	* src/analysis/disass/fetch.h: +	Define the first steps for a new disassembling approach. + +	* src/analysis/disass/output.c: +	Disable some features. + +	* src/arch/arm/v456/instruction.c: +	* src/arch/artificial.c: +	* src/arch/artificial.h: +	* src/arch/dalvik/instruction.c: +	* src/arch/dalvik/pseudo/fill.c: +	* src/arch/dalvik/pseudo/switch.c: +	Update code. + +	* src/arch/instruction.c: +	* src/arch/instruction.h: +	Use the new kind of addresses and class functions in order to get keywords. + +	* src/arch/instruction-int.h: +	* src/arch/jvm/instruction.c: +	* src/arch/mips/instruction.c: +	* src/arch/processor.c: +	Update code. + +	* src/arch/vmpa.c: +	* src/arch/vmpa.h: +	Extend the type defined for addresses a little bit. + +	* src/arch/x86/instruction.c: +	* src/dialogs/export.c: +	Update code. + +	* src/glibext/gbufferline.c: +	* src/glibext/gbufferline.h: +	Update code. Fill the basic information of a ligne into a buffer. + +	* src/glibext/gcodebuffer.c: +	* src/glibext/gcodebuffer.h: +	* src/glibext/signal.h: +	Remove a warning by adding the missing header. + +	* src/gtkext/gtkbufferview.c: +	* src/gtkext/gtkviewpanel.c: +	* src/gtkext/gtkviewpanel-int.h: +	Update code. +  14-07-31  Cyrille Bagard <nocbos@gmail.com>  	* src/analysis/binary.c:  | 
