diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2017-12-08 20:50:56 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2017-12-08 20:50:56 (GMT) |
commit | 39116dce7d40dab310e929f92fdbfc865b5fac20 (patch) | |
tree | a0b8dc11070f8a68de6b6f7bbc84b3d4ccf25afd /ChangeLog | |
parent | cf11fcf862b98ef57935bcfccd6f2f6ae3f925f6 (diff) |
Introduced the symbol visibility.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -1,5 +1,25 @@ 17-12-08 Cyrille Bagard <nocbos@gmail.com> + * plugins/elf/symbols.c: + Load imported symbols. + + * plugins/pychrysa/format/symbol.c: + * src/analysis/disass/output.c: + * src/analysis/disass/routines.c: + * src/format/format.c: + Update code. + + * src/format/symbol-int.h: + * src/format/symbol.c: + * src/format/symbol.h: + Introduce the symbol visibility. + + * src/gui/panels/symbols.c: + * src/panels/strings.c: + Update code. + +17-12-08 Cyrille Bagard <nocbos@gmail.com> + * plugins/pychrysa/arch/vmpa.c: Update the comparison features for the Python bindings. |