Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
n1nj4sec authored Sep 4, 2016
1 parent 72185b7 commit 8770100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Python library using ctypes to search/edit windows programs memory. Some functio
In this example open a notepad.exe (x32) and type in some text we will edit from memory !
```python
>>> from memorpy import *
>>> mw=MemWorker("notepad")
>>> 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>]
Expand Down

0 comments on commit 8770100

Please sign in to comment.