```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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
navigation.
|
|
this should fix issues where program_headers[X] and
section_headers[X] was not getting their start/end range populated
correctly in elf files
|
|
Co-Authored-By: joshwatson <josh@joshwatson.com>
|