QuestionTrying to write my first injector

Posts 111 of 11 · Page 1 of 1
Trying to write my first injector
Hi guys!
I am trying to create my first DLL injector.
Now i need your help.

The injector i created is undetected (it's new so it's normal) but have a little big problem.
It works correctly with any DLL in any program, but not with AVA. Is there any hidden protection on this process or something?

Thank you
I believe there is a function of status CreateThread from msdn to create injecting thread try that.
Thx if i helped.
which language u use?
I think more and more that Xigncode crashes on remote code injection. My mapper works fine and i never had detection issues
HI!
Thank you for the help.

I am using python (i'm a python and C developer) and using kernel32.CreateRemoteThread.
It works fine on other programs but not with AVA. The game don't crash, but the injection doesn't work.
So i think that is not detected, but i have no idea on how it can block me without detect me.

That's is my first try in game hacking (apart from cheatengine) so excuse me if i ask stupid questions

Sorry for my bad english
Hm sounds dumb but did you startet your programm as Administrator?
Yes, I did.
did you type it as AVA not ava and also try AVA.exe
Thank you for answer. @iwiniwin I use the PID directly.
@Riddick In the "Wiki" i only found usless explaination about: "What is C?", "What is Python?", "What is a DLL injector?".... Am i wrong? Where should i look in it? On youtube i only found practical tutorial (do as he show), i'd like to read something more teorical.
And my question was about: my injector works with all the other programs i have tested it with, but not with AVA. Is there any kind of hidden protection?

Thx you anyway
Quote Originally Posted by Lobio View Post
Thank you for answer. @iwiniwin I use the PID directly.
@Riddick In the "Wiki" i only found usless explaination about: "What is C?", "What is Python?", "What is a DLL injector?".... Am i wrong? Where should i look in it? On youtube i only found practical tutorial (do as he show), i'd like to read something more teorical.
And my question was about: my injector works with all the other programs i have tested it with, but not with AVA. Is there any kind of hidden protection?

Thx you anyway
The wiki is new and there for the members to add too. We have 1 year to get that site working or it will be taken down.

Try searching C++ on Google and you will find some good sites. A few sites are cppreference, AutoIt, Cplusplus, cpprogramming. MS Visual Basics.
Ok thank you.
Anyway: I already know how to programs. My only question is: does ava as any special protection different form the detection by xigncode?

Thank you anyway
Posts 111 of 11 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?