Jump to content

AutoIT program attach and find open socket of program?


Recommended Posts

Hello everyone, friends and all.

I was wondering if there is a way to make my autoIT program attach itself to a program. Just like how Cheat Engine or Wpe Pro attaches itself to a program.

Then after its attached, how can it search for an open socket in that program, so that I can use auto it to send packets through that open socket?

Link to comment
Share on other sites

Research on compiling that au3 .exe into a .dll and then you can use .dll injection.

If you want to inject .exe to a process, your code should be able to execute at different addresses.

If you use dll inject, Windows DLL loader will get the job done.

Link to comment
Share on other sites

Research on compiling that au3 .exe into a .dll and then you can use .dll injection.

If you want to inject .exe to a process, your code should be able to execute at different addresses.

If you use dll inject, Windows DLL loader will get the job done.

Thx, someone else told me I have to make it a .dll and inject it in also. So now I'm sure of it :blink:!

A question for ur 2nd statement.

You mean like if you go to task manager and find process id. Then enter that process id into the autoit program and itll inject itself into that program that has that process id?

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...