diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2008-10-30 18:35:47 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2008-10-30 18:35:47 (GMT) |
commit | 7c7109c1a8aaedea40af4b96d4b81d6ba4496226 (patch) | |
tree | 471709f8bccae04f492d03017a1e94d0ca48b962 /ChangeLog | |
parent | 8a30afc05eed869865ba4dc9c107119f7ec00fe4 (diff) |
Displayed all found strings on binary loading.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@40 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 35 |
1 files changed, 35 insertions, 0 deletions
@@ -1,3 +1,38 @@ +2008-10-30 Cyrille Bagard <nocbos@gmail.com> + + * src/arch/processor.c: + * src/arch/processor-int.h: + * src/arch/x86/processor.c: + Remove the CR & LF characters when printing strings. + + * src/binary.c: + * src/binary.h: + Display all found strings on binary loading. + + * src/easygtk.c: + * src/easygtk.h: + Add a function which builds a notebook widget. + + * src/editor.c: + Build the bottom of the editor. + + * src/format/elf/e_elf.c: + * src/format/exe_format.c: + * src/format/exe_format.h: + * src/format/exe_format-int.h: + Begin to rename the function providing the list of all resolved items. + + * src/Makefile.am: + Add pan_strings.[ch] to openida_SOURCES. + + * src/pan_strings.c: + * src/pan_strings.h: + New entries: display all found strings. + + * src/pan_symbols.c: + * src/pan_symbols.h: + Typo. + 2008-10-29 Cyrille Bagard <nocbos@gmail.com> * src/arch/x86/op_call.c: |