Skip to main content

pymem: python memory access made easy

Project description

GitHub license Build status codecov Discord Documentation Status

Pymem

A python library to manipulate Windows processes (32 and 64 bits).
With pymem you can hack into windows process and manipulate memory (read / write).

Documentation

You can find pymem documentation on readthedoc there: http://pymem.readthedocs.io/

Discord Support

For questions and support, join us on discord https://discord.gg/xaWNac8

Examples

You can find more examples from the community in the Examples from the community of pymem documentation.

Listing process modules

import pymem

pm = pymem.Pymem('python.exe')
modules = list(pm.list_modules())
for module in modules:
    print(module.name)

Injecting a python interpreter into any process

from pymem import Pymem

notepad = subprocess.Popen(['notepad.exe'])

pm = pymem.Pymem('notepad.exe')
pm.inject_python_interpreter()
filepath = os.path.join(os.path.abspath('.'), 'pymem_injection.txt')
filepath = filepath.replace("\\", "\\\\")
shellcode = """
f = open("{}", "w+")
f.write("pymem_injection")
f.close()
""".format(filepath)
pm.inject_python_shellcode(shellcode)
notepad.kill()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Pymem-1.10.0.tar.gz (23.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

Pymem-1.10.0-py3-none-any.whl (28.1 kB view details)

Uploaded Python 3

File details

Details for the file Pymem-1.10.0.tar.gz.

File metadata

  • Download URL: Pymem-1.10.0.tar.gz
  • Upload date:
  • Size: 23.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.3 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.10.1 urllib3/1.26.12 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.8

File hashes

Hashes for Pymem-1.10.0.tar.gz
Algorithm Hash digest
SHA256 9963c9d0bbbe8b96306c6852258f5e5deb0d7881c9eb7409827f7bdf128deabd
MD5 0cd94b7b8ba47be1e45dc6ec9ba9a107
BLAKE2b-256 ae907477cdb2812bb8e16c0903c39b5b129db062ce74d639054106bb8215af3d

See more details on using hashes here.

File details

Details for the file Pymem-1.10.0-py3-none-any.whl.

File metadata

  • Download URL: Pymem-1.10.0-py3-none-any.whl
  • Upload date:
  • Size: 28.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.3 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.10.1 urllib3/1.26.12 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.8

File hashes

Hashes for Pymem-1.10.0-py3-none-any.whl
Algorithm Hash digest
SHA256 b520ab38e5ea89939600c28e3289310910a2e43abbea087eeee0e648aed22f3e
MD5 67fbe2cd576efead0c2c88892e843c86
BLAKE2b-256 56069d471ffd2603d8dc0955ed5537f2a3f3cf450bea2e201c447196c636d09c

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page