We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e311caa commit 21b5fcbCopy full SHA for 21b5fcb
README.md
@@ -14,8 +14,7 @@ Python library using ctypes to search/edit windows programs memory
14
>>> a+4
15
<Addr: 0x003287B4>
16
>>> print a
17
-<Addr: 0x003287B0 : "h\x00e\x00l\x00l\x00o\x00 \x00t\x00h\x00i\x00s\x00 \x00i\x0
18
-0s\x00 \x00a\x00 \x00m\x00e\x00s\x00s\x00a\x00g\x00e\x00 \x00I\x00" (bytes)>
+<Addr: 0x003287B0 : "h\x00e\x00l\x00l\x00o\x00 \x00t\x00h\x00i\x00s\x00 \x00i\x00s\x00 \x00a\x00 \x00m\x00e\x00s\x00s\x00a\x00g\x00e\x00 \x00I\x00" (bytes)>
19
>>> (a+4).read(4)
20
'l\x00l\x00'
21
>>> a.read(100).decode("utf-16-le")
0 commit comments