diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 27 |
1 files changed, 27 insertions, 0 deletions
@@ -1,3 +1,30 @@ +16-05-13 Cyrille Bagard <nocbos@gmail.com> + + * src/analysis/disass/area.c: + Take concurrency into account when dealing with new symbols. + + * src/common/Makefile.am: + Add the 'sort.[ch]' files to libcommon_la_SOURCES. + + * src/common/sort.c: + * src/common/sort.h: + New entries: create methods to replace heavy calls to qsort(). + + * src/format/dex/class.c: + * src/format/dex/dex.c: + * src/format/dwarf/symbols.c: + * src/format/elf/helper_arm.c: + * src/format/elf/symbols.c: + * src/format/executable-int.c: + Update code. + + * src/format/format-int.h: + Delete useless fields as arrays of symbols and routines are always sorted. + + * src/format/format.c: + * src/format/format.h: + Insert symbols and routines using an optimized 100 times faster method. + 16-05-07 Cyrille Bagard <nocbos@gmail.com> * src/analysis/disass/routines.c: |