diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2017-05-10 20:21:56 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2017-05-10 20:21:56 (GMT) |
commit | 8e76324b01e5b4979f346f0bc8c84372477a3d38 (patch) | |
tree | 3db4057e113aa9f664f5b217dd349bb1e9288009 /ChangeLog | |
parent | b0c6ffacf5c6c45c047172e348c737cb85fb5b36 (diff) |
Rewritten the whole bitfield management.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 36 |
1 files changed, 36 insertions, 0 deletions
@@ -1,3 +1,39 @@ +17-05-10 Cyrille Bagard <nocbos@gmail.com> + + * plugins/pychrysa/arch/vmpa.c: + Typo. Update code. + + * plugins/pychrysa/common/Makefile.am: + Add the 'bits.[ch]' files to libpychrysacommon_la_SOURCES. + + * plugins/pychrysa/common/bits.c: + * plugins/pychrysa/common/bits.h: + New entries: provide Python bindings for bitfields. + + * plugins/pychrysa/common/module.c: + Register the new bindings. + + * plugins/pychrysa/format/symbol.c: + Typo. Update code. + + * plugins/pychrysa/helpers.c: + * plugins/pychrysa/helpers.h: + Translate C comparison status to Python rich comparison status. + + * src/analysis/disass/area.c: + * src/analysis/disass/dragon.c: + Update code. + + * src/common/bits.c: + * src/common/bits.h: + Rewrite the whole bitfield management. + + * tests/common/bitfield.py: + New entry: test the new bitfield bindings. + + * tests/common/pathname.py: + Typo. + 17-05-08 Cyrille Bagard <nocbos@gmail.com> * src/arch/raw.c: |