Commit Graph

5 Commits

Author SHA1 Message Date
Romain Thomas 33a2af4b18 Enhance Python binding 2018-06-08 14:58:00 +02:00
Romain Thomas 3b17aba10e Refactor some parts of the Architecture:
* JSON visitor are located in the format namespace
  * Visitor are *real* visitor
  * Visitable class has been renamed to Object
  * Due to a bug in Visual Studio 2015, we move to VS2017
2018-03-13 16:49:02 +01:00
Romain Thomas 5666351e07 Improve API of PE's OptionalHeader
API changes:
  - 'has_dll_characteristics' renamed to 'has'
  - 'add' to add a characteristic - added
  - 'remove' to remove a characteristic - added
  - operator+= to add a characteristic - added
  - operator-= to remove a characteristic - added
2017-08-01 16:11:39 +02:00
Romain Thomas 2ded57e676 Improve documentation 2017-04-29 10:45:26 +02:00
Romain Thomas 306a191a03 First public release 2017-03-30 16:56:49 +02:00