Skip to content
/ rwpm Public

Reading and writing process memory on Linux with Python. Rwpm is a Python/C API extension module to interface with the process_vm_readv(2) and process_vm_writev(2) system calls.

License

Notifications You must be signed in to change notification settings

rewq/rwpm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReadWriteProcessMemory

A Python/C API extension module to interface with process_vm_readv(2) and process_vm_writev(2) system calls.

pip3 install rwpm

About

Reading and writing process memory on Linux with Python. Rwpm is a Python/C API extension module to interface with the process_vm_readv(2) and process_vm_writev(2) system calls.

Resources

License

Stars

Watchers

Forks

Releases

No releases published