Jump to content

Recommended Posts

Posted

You can communicate with your own C++ app in any way you see fit. Messages, MailSlots, Memory, File, Database. etc...

So long as you have the necessary coding in both apps. But since you're trying to inject dll into not your app that is not going to work.

AutoIt Absolute Beginners    Require a serial    Pause Script    Video Tutorials by Morthawt   ipify 

Monkey's are, like, natures humans.

Posted

So, without seeing what you're doing, we're supposed to guess at how they need to communicate???

 

It is a DLL that is injected into a process and will hook a function. I want the DLL send some things for the program in AutoIt to display in a GUI. For now just did the DLL, the program in AutoIt will then find a way of communication between them.

Posted

When you inject your dll you must have a pointer to it right?

For now I'm using a DLL injector. After my own program will inject. I have not studied that part.

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
  • Recently Browsing   0 members

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