diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2017-05-10 20:44:30 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2017-05-10 20:44:30 (GMT) |
commit | 90e0f7ac04c1622f226dda57a3329b6fe98307e8 (patch) | |
tree | 68313927f67ed3f1d903562e1760d32a902f775a /ChangeLog | |
parent | 8e76324b01e5b4979f346f0bc8c84372477a3d38 (diff) |
Removed the link to binary content used for printing from instructions.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 30 |
1 files changed, 30 insertions, 0 deletions
@@ -1,5 +1,35 @@ 17-05-10 Cyrille Bagard <nocbos@gmail.com> + * plugins/ropgadgets/select.c: + * src/analysis/db/items/comment.c: + * src/analysis/disass/area.c: + * src/analysis/disass/disassembler.c: + Update code. + + * src/arch/instruction-int.h: + * src/arch/instruction.c: + * src/arch/instruction.h: + Remove the link to binary content used for printing from instructions. + + * src/arch/raw.c: + * src/arch/undefined.c: + * src/format/symbol.c: + * src/glibext/gbinportion.c: + Update code. + + * src/glibext/gbuffercache.c: + * src/glibext/gbuffercache.h: + Store the binary content used for printing in buffer caches. + + * src/glibext/generators/prologue.c: + * src/glibext/generators/rborder.c: + * src/glibext/linegen-int.h: + * src/glibext/linegen.c: + * src/glibext/linegen.h: + Update code. + +17-05-10 Cyrille Bagard <nocbos@gmail.com> + * plugins/pychrysa/arch/vmpa.c: Typo. Update code. |