Skip to content

Commit

Permalink
update example
Browse files Browse the repository at this point in the history
  • Loading branch information
n1nj4sec committed Mar 23, 2017
1 parent fd184d2 commit 80a19cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ In this example open a notepad.exe (x32) and type in some text we will edit from
>>> mw=MemWorker(pid=3856) #you can also select a process by its name with the kwarg name=
>>> l=[x for x in mw.umem_search("hello")]
>>> l
[<Addr: 0x003287B0>]
>>> a=l[0]
[('', <Addr: 0x003287B0>)]
>>> a=l[0][1]
>>> a
<Addr: 0x003287B0>
>>> a+4
Expand Down

0 comments on commit 80a19cd

Please sign in to comment.