BlazerV60 Posted July 20, 2010 Posted July 20, 2010 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?
squidol Posted July 20, 2010 Posted July 20, 2010 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.
BlazerV60 Posted July 20, 2010 Author Posted July 20, 2010 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 !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?
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now