mIRC Home    About    Download    Register    News    Help

Print Thread
K
knightrage
knightrage
K
Is it possible to find where variables are in the memory register, so they could be accessed from a different application, such as one of C++? I believe the variables are stored in memory, otherwise the /flushini command would not exist. If anybody knows of a way to find the memory registers that mIRC uses for variables, please reply.

Thanks in advance.

C
codemastr
codemastr
C
Umm why in God's name would you want to do such a horrid thing?

T
theRat
theRat
T
There are all kinds of nasty perv's out there these days... grin

S
SaX0n
SaX0n
S
You can access the mIRC variables from another application using SendMessage and WM_MEVALUATE. Check out the mIRC help file on SendMessage..

Joined: Feb 2003
Posts: 2,737
Hoopy frood
Offline
Hoopy frood
Joined: Feb 2003
Posts: 2,737
Or if you don't want to put a whole lot of effort into it... DDE Evaluate wink


Well. At least I won lunch.
Good philosophy, see good in bad, I like!
C
codemastr
codemastr
C
I take it you've never worked with the C DDE API? If you don't want to put effort in something, then you shouldn't even consider DDE. DDE is an incredibly hard thing to work with, especially if you're not familiar with DDE.

S
sNif
sNif
S
Reading data from memsets is kind complicated. You need know the address, size, type, and read it. In that case you can follow recordsets by using some debug-softwares. In win32 I recommend Visual C++.


Link Copied to Clipboard