```python >>> a = DataBuffer('abcd') >>> str(a) 'abcd' ``` This PR encodes a python3 str to bytes using `charmap`. It verifies that `bytes != str` to only encode a python3 str and not a python2 str. 2019-04-12Add incoming edges for flow graph nodesRusty Wagner 2019-04-11Add partial support to get_string_at.Brian Potchik 2019-04-11Add GetStringAtAddress to the API.Brian Potchik 2019-04-11Added filters to TriageFilePicker to show hidden files and foldersAlex Mullins 2019-04-11added timeout parameter to BackgroundTaskThread.join()Arnaud 2019-04-09add support for resolving dynamic function loads to triage viewJordan Wiens 2019-04-07Add API for geting a list of type names without the associated objectsPeter LaFosse 2019-04-07Add callee/caller properties to function objectsPeter LaFosse 2019-04-06kaitai: tree, hex realestate adjustable (QSplitter)Andrew Lamoureux 2019-04-05add post dominance apisPeter LaFosse 2019-04-05Make DataVariable references work for zero sized data variablesPeter LaFosse