备忘录:使用ctypes搜索Windows linux macOS SunOS程序内存的Python库

时间:2024-02-25 05:42:56
【文件属性】:

文件名称:备忘录:使用ctypes搜索Windows linux macOS SunOS程序内存的Python库

文件大小:39KB

文件格式:ZIP

更新时间:2024-02-25 05:42:56

windows linux hack memory python-library

记忆 使用ctypes搜索/编辑Windows / Linux / OSX / SunOS程序内存的Python库。 安装 pip install https://github.com/n1nj4sec/memorpy/archive/master.zip 用法示例: 在这个例子中,打开一个notepad.exe并输入一些我们将从内存中编辑的文本! >> > from memorpy import * >> > mw = MemWorker ( pid = 3856 ) #you can also select a process by its name with the kwarg na


【文件预览】:
memorpy-master
----memorpy()
--------structures.py(153B)
--------Address.py(3KB)
--------WinStructures.py(6KB)
--------wintools.py(1KB)
--------SunProcess.py(5KB)
--------LinStructures.py(427B)
--------utils.py(3KB)
--------__init__.py(1KB)
--------MemWorker.py(8KB)
--------BaseProcess.py(2KB)
--------OSXProcess.py(6KB)
--------LinProcess.py(11KB)
--------WinProcess.py(12KB)
--------Locator.py(3KB)
--------version.py(92B)
--------Process.py(370B)
----LICENSE(34KB)
----setup.py(960B)
----README.md(5KB)
----.gitignore(702B)

网友评论