diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2015-03-08 21:31:56 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2015-03-08 21:31:56 (GMT) |
commit | e7ba901892df20045ff3a541b4fa34e36bd05bfb (patch) | |
tree | 4ef5307f7cbb39acc4b02419f4b15ef1801c8c0f /ChangeLog | |
parent | 68bb7efaf61e4f5ca2f2cffce84995ffd667c4cc (diff) |
Listed all idenfied read only strings in a dedicated panel.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@483 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,5 +1,21 @@ 15-03-08 Cyrille Bagard <nocbos@gmail.com> + * src/analysis/disass/area.c: + * src/format/symbol.c: + * src/format/symbol.h: + Introduce a new symbol type called 'STP_RO_STRING'. + + * src/gui/panels/bookmarks.c: + Update code. + + * src/gui/panels/regedit.c: + Typo. + + * src/gui/panels/strings.c: + List all idenfied read only strings in a dedicated panel. + +15-03-08 Cyrille Bagard <nocbos@gmail.com> + * src/analysis/disass/disassembler.c: Update code. |