diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -1,3 +1,25 @@ +09-07-18 Cyrille Bagard <nocbos@gmail.com> + + * src/analysis/binary.c: + Compute the end of routines with no limit. + + * src/analysis/line.c: + * src/analysis/line.h: + Look for a code line in a list of lines. + + * src/analysis/prototype.c: + * src/analysis/prototype.h: + Compare routines for qsort(). + + * src/arch/instruction.c: + * src/arch/instruction.h: + * src/arch/instruction-int.h: + * src/arch/x86/instruction.c: + Add a function which tells if an instruction is a return from a call. + + * src/format/elf/symbol.c: + Clean the code. Only match with real functions when loading symbols. + 09-07-16 Cyrille Bagard <nocbos@gmail.com> * src/gtkext/gtkgraphview.c: |