diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2017-10-15 21:44:28 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2017-10-15 21:44:28 (GMT) |
commit | 1e7c7de85438749d3faf7b76984b86a9c088fbc1 (patch) | |
tree | 8d118fd269c23d019e7c7d8bd60c33c0c8809a56 /ChangeLog | |
parent | 105394bcc19b3565c6b77d38625d8813596d0c1b (diff) |
Refactored ELF related code.
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: |