diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 66 |
1 files changed, 66 insertions, 0 deletions
@@ -1,3 +1,69 @@ +16-05-19 Cyrille Bagard <nocbos@gmail.com> + + * plugins/mobicore/mclf.c: + * plugins/mobicore/mclf.h: + * plugins/pychrysa/format/elf/elf.c: + Update code. + + * src/analysis/disass/instructions.c: + * src/analysis/disass/routines.c: + Typo. + + * src/core/formats.c: + * src/core/formats.h: + Use the global status bar to load binary formats. + + * src/format/dex/dex.c: + * src/format/dex/dex.h: + * src/format/dwarf/v2/dwarf.c: + * src/format/dwarf/v2/dwarf.h: + * src/format/dwarf/v3/dwarf.c: + * src/format/dwarf/v3/dwarf.h: + * src/format/dwarf/v4/dwarf.c: + * src/format/dwarf/v4/dwarf.h: + Update code. + + * src/format/elf/Makefile.am: + Add the 'loading.[ch]' files to libformatelf_la_SOURCES. + + * src/format/elf/elf.c: + * src/format/elf/elf.h: + Update code. + + * src/format/elf/loading.c: + * src/format/elf/loading.h: + New entries: display some progress information while loading ELF symbols. + + * src/format/elf/symbols.c: + * src/format/elf/symbols.h: + Load the ELF internal symbols using all the available CPUs. + + * src/format/format-int.h: + * src/format/format.c: + * src/format/format.h: + Avoid memory corruptions using locks. + + * src/glibext/delayed.c: + * src/glibext/delayed.h: + Update code. + + * src/gtkext/gtkstatusstack.c: + * src/gtkext/gtkstatusstack.h: + Define extendable activities. Update code. + + * src/gui/core/Makefile.am: + Add the 'global.[ch]' files to libguicore_la_SOURCES. + + * src/gui/core/global.c: + * src/gui/core/global.h: + New entries: define and provide global GUI references. + + * src/gui/status.c: + Register the global status bar. + + * src/main.c: + Update code. + 16-05-13 Cyrille Bagard <nocbos@gmail.com> * src/glibext/gbufferview.c: |