diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2017-02-08 16:15:04 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2017-02-08 16:15:04 (GMT) |
commit | 511ac8975be6008d53e37bede9934a11e597551c (patch) | |
tree | 89280cb2034de00db7db5b7bee3b044253d72cef /ChangeLog | |
parent | 7778a0c082c4969ed6184883b2d96d8a851def99 (diff) |
Gathered all the binary loading process into an uniq place.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -1,3 +1,20 @@ +17-02-08 Cyrille Bagard <nocbos@gmail.com> + + * src/analysis/Makefile.am: + Add the 'loading.[ch]' files to libanalysis_la_SOURCES. + + * src/analysis/binary.c: + * src/analysis/binary.h: + Update code. + + * src/analysis/loading.c: + * src/analysis/loading.h: + New entries: gather all the binary loading process into an uniq place. + + * src/analysis/project.c: + * src/analysis/project.h: + Update code. + 17-02-07 Cyrille Bagard <nocbos@gmail.com> * plugins/pychrysa/analysis/db/Makefile.am: |