Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: How do I find out the RAM memory address of a var in a program running on WIN ?

by AgentM (Curate)
on Jan 30, 2001 at 20:20 UTC ( [id://55257]=note: print w/replies, xml ) Need Help??


in reply to How do I find out the RAM memory address of a var in a program running on WIN ?

You may may interested in some shared memory, in that case where you can store this variable that you want to change. Try IPC::Shareable or an equivalent Win32 module in congruence with an intelligent semaphore or mutex lock system. If you're interested in speed, you'll be glad to hear that shared memory is the fastest form of IPC available.

You may also try a pseudo client-server architecture by grabbing info on pipes. In that case, the address is irrelevant (as it should be) and you an copy the info in the pipe's buffer directly to the variable that you wanted to alter "remotely". Then you can close the pipe or wait for another "change value" instruction.

AgentM Systems nor Nasca Enterprises nor Bone::Easy nor Macperl is responsible for the comments made by AgentM. Remember, you can build any logical system with NOR.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://55257]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (4)
As of 2024-03-29 06:49 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found