diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2017-01-15 14:47:04 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2017-01-15 14:47:04 (GMT) |
commit | af2ac16182b6243f17e06ec75e441014159abe5e (patch) | |
tree | f0e82673bf5e63e3b06244c2139d8f10dca0203f /ChangeLog | |
parent | 56e060d11c238ac7c7b3ecf0eb0527bbaebd5b4b (diff) |
Improved symbol resolving using fully defined locations.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 26 |
1 files changed, 26 insertions, 0 deletions
@@ -1,5 +1,31 @@ 17-01-15 Cyrille Bagard <nocbos@gmail.com> + * plugins/pychrysa/format/format.c: + * src/analysis/disass/area.c: + Fix memory leaks. + + * src/analysis/disass/links.c: + * src/arch/arm/v7/post.c: + * src/arch/dalvik/link.c: + * src/arch/link.c: + * src/arch/post.c: + Force fully defined locations when dealing with target operands. + + * src/arch/target.c: + * src/arch/target.h: + Update code. + + * src/format/elf/symbols.c: + Fix memory leaks. + + * src/format/format.c: + Improve symbol resolving using fully defined locations. + + * src/gui/menus/edition.c: + Force fully defined locations when dealing with target operands. + +17-01-15 Cyrille Bagard <nocbos@gmail.com> + * src/analysis/disass/area.c: * src/format/format.c: Ensure that symbols always take priority over the disassembled code. |