forked from jan/mem_edit
move code to new location
This commit is contained in:
parent
0cff0c3bd1
commit
96eea79bfc
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
**mem_edit** is a multi-platform memory editing library written in Python.
|
**mem_edit** is a multi-platform memory editing library written in Python.
|
||||||
|
|
||||||
**Homepage:** https://mpxd.net/gogs/jan/mem_edit
|
**Homepage:** https://mpxd.net/code/jan/mem_edit
|
||||||
|
|
||||||
**Capabilities:**
|
**Capabilities:**
|
||||||
* Scan all readable memory used by a process.
|
* Scan all readable memory used by a process.
|
||||||
@ -30,7 +30,7 @@ pip install mem_edit
|
|||||||
|
|
||||||
Install with pip from git repository
|
Install with pip from git repository
|
||||||
```bash
|
```bash
|
||||||
pip install git+https://mpxd.net/gogs/jan/mem_edit.git@release
|
pip install git+https://mpxd.net/code/jan/mem_edit.git@release
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
2
setup.py
2
setup.py
@ -7,7 +7,7 @@ setup(name='mem_edit',
|
|||||||
description='Multi-platform library for memory editing',
|
description='Multi-platform library for memory editing',
|
||||||
author='Jan Petykiewicz',
|
author='Jan Petykiewicz',
|
||||||
author_email='anewusername@gmail.com',
|
author_email='anewusername@gmail.com',
|
||||||
url='https://mpxd.net/gogs/jan/mem_edit',
|
url='https://mpxd.net/code/jan/mem_edit',
|
||||||
keywords=[
|
keywords=[
|
||||||
'memory',
|
'memory',
|
||||||
'edit',
|
'edit',
|
||||||
|
Loading…
Reference in New Issue
Block a user