Jump to content

intercepting data transfer between 2 WinXp apps


Recommended Posts

Hello all,

first my excuses if this topic has been answered elsewhere, but I didnt really know on what to search.

My problem is the following:

In Windows XP, i would like to write a script that connects a certain text editing program with Adobe acrobat to initiate a search there. To do so, I need to copy a value (a piece of text from the editing program), switch to Adobe and use it there. So far so good and already solved (rudimentarily with sendkeys, but works). The only problem is automatically GETTING that value.

Now, the editing program happens to hand the value that I want to ANOTHER application from the same maker every time I would need it, so all I need to find out:

a) how and where this value is handed over

;) how to grab it to use it elsewhere as well.

Would there be a typical way this could have been implemented? Is there a sniffer or something to find out?

Thanks very much

Techlitter

Link to comment
Share on other sites

how to grab value : this need a memory scan and read the data from the memory

where to grab : i don't know, you must do some research with memory hack program, then find its address, pointers, etc...

how to use it elsewhere : either use Send, ControlSend or through some memory editing as well

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...