diff options
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. |