diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 54 |
1 files changed, 54 insertions, 0 deletions
@@ -1,3 +1,57 @@ +16-12-29 Cyrille Bagard <nocbos@gmail.com> + + * plugins/mobicore/mclf.c: + Register portions using the new way. + + * plugins/ropgadgets/finder.c: + Collect all executable ranges using the new visitor. + + * src/analysis/disass/area.c: + * src/analysis/disass/area.h: + Cut binary data into several areas using all the available CPUs and less + memory. + + * src/analysis/disass/disassembler.c: + * src/analysis/disass/fetch.c: + * src/analysis/disass/fetch.h: + Update code. + + * src/analysis/disass/limit.c: + * src/analysis/disass/limit.h: + Save memory by relying on portions only. + + * src/analysis/disass/output.c: + * src/analysis/disass/routines.c: + * src/analysis/disass/routines.h: + Update code. + + * src/format/dex/class.c: + * src/format/dex/class.h: + * src/format/dex/dex.c: + * src/format/dex/method.c: + * src/format/dex/method.h: + * src/format/elf/elf.c: + * src/format/executable-int.h: + * src/format/executable.c: + * src/format/executable.h: + Register portions using the new way. + + * src/format/format.c: + Typo. + + * src/format/symbol.c: + * src/format/symbol.h: + Provide an extra method to compare symbols. + + * src/glibext/gbinportion.c: + * src/glibext/gbinportion.h: + Remove all layer definitions and introduce trees of binary portions. + + * src/gtkext/gtkbinarystrip.c: + * src/gtkext/gtkstatusstack.c: + * src/gui/panels/strings.c: + Update code. + 16-12-23 Cyrille Bagard <nocbos@gmail.com> * src/gui/panels/welcome.c: |