mirror of https://github.com/pwndbg/pwndbg.git
* Fix regression made in #432 *This situation pushes me more and more to work on tests engine* * Fix eX memory write on Python 2 As string literal is unicode, in Py2 the code below would fail if `bytestr` is just a `str`, due to `'0'` being unocide literal: ``` bytestr.rjust(size*2, '0') ```pull/439/head
parent
99e5b84f58
commit
f7eee8fb5d
Loading…
Reference in new issue