Re: Modifying external running process using python

2011-09-30 Thread Nobody
On Thu, 29 Sep 2011 23:02:55 -0700, bingbang wrote: > Beginner here. I am trying to figure out how to modify a running > process on a linux system using Python. > I looked up trace and some other modules but they all seem to do with > following the currently executing python process. ptrace() is

Modifying external running process using python

2011-09-29 Thread bingbang
Hi all, Beginner here. I am trying to figure out how to modify a running process on a linux system using Python. Example: I have a python program that takes in as an argument a PID. My goal is to use this PID and get info about the running process with that PID. (1) Find where it is located in me