diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 38 |
1 files changed, 38 insertions, 0 deletions
@@ -1,3 +1,41 @@ +17-10-15 Cyrille Bagard <nocbos@gmail.com> + + * plugins/elf/Makefile.am: + * plugins/elf/core.c: + * plugins/elf/dynamic.h: + * plugins/elf/elf-int.h: + * plugins/elf/elf_def.h: + * plugins/elf/elf_def_arm.h: + Refactor ELF related code. + + * plugins/elf/format.c: + * plugins/elf/format.h: + Renamed entries. + + * plugins/elf/helper_arm.h: + * plugins/elf/loading.h: + * plugins/elf/program.h: + * plugins/elf/python/Makefile.am: + Refactor ELF related code. + + * plugins/elf/python/format.c: + * plugins/elf/python/format.h: + Renamed entries. + + * plugins/elf/python/module.c: + * plugins/elf/section.h: + * plugins/elf/strings.h: + * plugins/elf/symbols.h: + Refactor ELF related code. + + * plugins/libcsem/semantic.c: + * plugins/readelf/header.c: + * plugins/readelf/program.h: + * plugins/readelf/reader.c: + * plugins/readelf/section.h: + * plugins/readelf/strtab.h: + Update code. + 17-10-04 Cyrille Bagard <nocbos@gmail.com> * plugins/elf/core.c: |