diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2016-04-23 21:38:02 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2016-04-23 21:38:02 (GMT) |
commit | a5758a42acdfaf0ac20c4cfb9cf162a9b4440e39 (patch) | |
tree | 21707c2ad7557d80eeb09e300e6c491868a1871a /ChangeLog | |
parent | 3284ce333cc4b09d9150b59c60005af8e4ddc417 (diff) |
Limited the length of displayed SHA1 binary value for Dex files.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,5 +1,19 @@ 16-04-23 Cyrille Bagard <nocbos@gmail.com> + * plugins/readdex/header.c: + Limit the length of displayed SHA1 binary value for Dex files. + + * src/arch/instruction-int.h: + * src/arch/instruction.c: + * src/arch/instruction.h: + Store a largest displayed size of binary code for instructions. + + * src/glibext/gbufferline.c: + * src/glibext/gbufferline.h: + Truncate binary code when requested. + +16-04-23 Cyrille Bagard <nocbos@gmail.com> + * src/format/dex/class.c: Register all loaded class methods as symbols. |