diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2009-08-11 23:12:20 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2009-08-11 23:12:20 (GMT) |
commit | 184249f07fb32fb2449723f5f94ce221015231b7 (patch) | |
tree | dba90857104a96be5d1fd07d3051cda474cb3e3b /ChangeLog | |
parent | 5cd25c4adfe0426520a51a76de3f77c77cfa4b8e (diff) |
Improved the loading of several binaries.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@106 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 15 insertions, 1 deletions
@@ -1,3 +1,17 @@ +09-08-12 Cyrille Bagard <nocbos@gmail.com> + + * src/analysis/binary.c: + Make sure analysis threads are ended one by one. + + * src/format/elf/helper_x86.c: + Fix a bug when accessing the symbols list. + + * src/gtkext/gtkdockitem.c: + * src/gtkext/gtkdockitem.h: + * src/gtkext/gtkdockpanel.c: + * src/project.c: + Change the title of each displayed binary. + 09-08-09 Cyrille Bagard <nocbos@gmail.com> * plugins/stackvars/operand.c: @@ -75,7 +89,7 @@ * src/format/elf/symbols.c: * src/format/elf/symbols.h: - Update the code handling the ELF format. + New entries: update the code handling the ELF format. * src/format/executable.c: * src/format/executable.h: |