Skip to content

Commit 21b5fcb

Browse files
committed
readme update
1 parent e311caa commit 21b5fcb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ Python library using ctypes to search/edit windows programs memory
1414
>>> a+4
1515
<Addr: 0x003287B4>
1616
>>> 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)>
17+
<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)>
1918
>>> (a+4).read(4)
2019
'l\x00l\x00'
2120
>>> a.read(100).decode("utf-16-le")

0 commit comments

Comments
 (0)