Well this is my first post so here are the things im tryin to learn:
Code injection ;)
Disableing a hWind ;)
ty for your time
Printable View
Well this is my first post so here are the things im tryin to learn:
Code injection ;)
Disableing a hWind ;)
ty for your time
Welcome to the forums.
What do you mean by "Code Injection"?
You can't disable the handle (hWnd) of a program as Windows needs that handle to organize itself. You can manipulate it however. What are you trying to do?
I saw the posting a bit earlier, and was tempted to change it to -
but I stopped my self, because I thought that wouldn't be nice.Quote:
here are the things im tryin to learn:
Code injection
Disableing a hWind
Clear and detailed specifications
(And also because, he is 'no orphan' when it comes to unclear posts)
Code injection cannot be done safely with VB6.
VB6 uses apartment threading, and it is not safe to inject apartment threaded code into a free threaded application.
You will probably need C++ for this.
Ohhhhhhhhhhhhh...that is what he meant by 'Code Injection' - I'd not heard this term before.Quote:
Originally Posted by Frans C
Yes, I assume he meant DLL injection.Quote:
Originally Posted by Hack
That sounds dangerous, but then again you hear of people putting them under their eyelids :DQuote:
Originally Posted by Frans C
It is also possible that he is talking about the techniques that are used by virusses and hackers. Trick a process into running code (e.g. by causing a buffer overflow like sasser did).
I don't know how to do it, and if I knew how to do it, I wouldn't tell, because I think it can only be used for malicious reasons.
There are plenty of valid reasons to do code injection.
For an example of code injection check out the thread in my signature.