|
-
Apr 24th, 2005, 09:36 PM
#1
Thread Starter
New Member
-
Apr 25th, 2005, 05:40 AM
#2
Re: Code Injection
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?
-
Apr 25th, 2005, 06:27 AM
#3
Fanatic Member
Re: Code Injection
I saw the posting a bit earlier, and was tempted to change it to -
here are the things im tryin to learn:
Code injection
Disableing a hWind
Clear and detailed specifications
but I stopped my self, because I thought that wouldn't be nice.
(And also because, he is 'no orphan' when it comes to unclear posts)
-
Apr 25th, 2005, 07:13 AM
#4
Re: Code Injection
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.
-
Apr 25th, 2005, 07:18 AM
#5
Re: Code Injection
 Originally Posted by Frans C
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.
-
Apr 25th, 2005, 08:12 AM
#6
Re: Code Injection
 Originally Posted by Hack
Ohhhhhhhhhhhhh...that is what he meant by 'Code Injection' - I'd not heard this term before.
Yes, I assume he meant DLL injection.
-
Apr 25th, 2005, 08:16 AM
#7
Lively Member
Re: Code Injection
 Originally Posted by Frans C
Yes, I assume he meant DLL injection.
That sounds dangerous, but then again you hear of people putting them under their eyelids
-
Apr 25th, 2005, 08:42 AM
#8
Re: Code Injection
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.
-
Apr 25th, 2005, 09:55 AM
#9
Re: Code Injection
There are plenty of valid reasons to do code injection.
For an example of code injection check out the thread in my signature.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|