Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
n1nj4sec committed Apr 29, 2017
1 parent cde3a59 commit 1ab0283
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 @@ -6,7 +6,7 @@ Python library using ctypes to search/edit windows/linux/OSX programs memory.
pip install https://github.com/n1nj4sec/memorpy/archive/master.zip
```
# usage examples :
In this example open a notepad.exe (x32) and type in some text we will edit from memory !
In this example open a notepad.exe and type in some text we will edit from memory !
```python
>>> from memorpy import *
>>> mw=MemWorker(pid=3856) #you can also select a process by its name with the kwarg name=
Expand Down

0 comments on commit 1ab0283

Please sign in to comment.