Read data from specific memory address

Posted by rapid on Stack Overflow See other posts from Stack Overflow or by rapid
Published on 2010-12-22T08:45:00Z Indexed on 2010/12/22 8:54 UTC
Read the original article Hit count: 152

Filed under:
|

Hello.

How can I read (and put into new variable) data stored at specific memory address?

For instance I know that:

  <nfqueue.queue; proxy of <Swig Object of type 'queue *' at 0xabd2b00> >

And I want to have data stored at 0xabd2b00 in new variable so that I can work and use all functionalities of the object. Let's assume that I don't have access to the original variable that created this object.

© Stack Overflow or respective owner

Related posts about python

Related posts about memory