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.8.4.tar.gz (22.2 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.8.4-py3-none-any.whl (26.8 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: Pymem-1.8.4.tar.gz
  • Upload date:
  • Size: 22.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.50.0 CPython/3.8.5

File hashes

Hashes for Pymem-1.8.4.tar.gz
Algorithm Hash digest
SHA256 e1155339ddcc2b0551c03c4b8ec9368d967bc71c02464551c1be7d66ebcc53b2
MD5 3d1ff528965865fc31a7b8ed2a390704
BLAKE2b-256 a7607053c9df83e60c85c2808191b8f01278100c420fb637fdd1be19688bf093

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Pymem-1.8.4-py3-none-any.whl
  • Upload date:
  • Size: 26.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.50.0 CPython/3.8.5

File hashes

Hashes for Pymem-1.8.4-py3-none-any.whl
Algorithm Hash digest
SHA256 d08977d6fa5d0094f0b19cb13682e92625ec8ebd66dfbfdd732ddc0c8739bbbe
MD5 482b35854c0be3ec69ff509b31c7948e
BLAKE2b-256 eec0d24326ca2438e782cc8a8cd44b0209560a2c728cc7e6241fe3150d67149f

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