How can I inject a dll into Another Process

Just starting out? Need help? Post your questions and find answers here.
netfriends
User
User
Posts: 36
Joined: Wed Jan 18, 2006 8:25 am
Contact:

How can I inject a dll into Another Process

Post by netfriends »

HI pros
As the title so that I can hide my Process.but how to write the code.

Example dll: MessageRequester("PureBasic", "OK", 0)
Thank you!
┏┓ CT+pro Studio - www_ct-pro_com
█┛ From China
┏█ MSN:ct1676@hotmail.com
┗┛ I have felt the pure power already.
|-.-|`o`|`_`|o_o|:_:|'_'|^.^|-_-!|
netfriends
User
User
Posts: 36
Joined: Wed Jan 18, 2006 8:25 am
Contact:

Post by netfriends »

No one can answer ? CreateRemoteThread()?
┏┓ CT+pro Studio - www_ct-pro_com
█┛ From China
┏█ MSN:ct1676@hotmail.com
┗┛ I have felt the pure power already.
|-.-|`o`|`_`|o_o|:_:|'_'|^.^|-_-!|
srod
PureBasic Expert
PureBasic Expert
Posts: 10589
Joined: Wed Oct 29, 2003 4:35 pm
Location: Beyond the pale...

Post by srod »

Might get you started:

http://www.purebasic.fr/english/viewtopic.php?t=22678

Beyond that I'm afraid I can't help. :)
I may look like a mule, but I'm not a complete ass.
KarLKoX
Enthusiast
Enthusiast
Posts: 681
Joined: Mon Oct 06, 2003 7:13 pm
Location: France
Contact:

Post by KarLKoX »

"Qui baise trop bouffe un poil." P. Desproges

http://karlkox.blogspot.com/
netfriends
User
User
Posts: 36
Joined: Wed Jan 18, 2006 8:25 am
Contact:

Post by netfriends »

Thanks KarLKoX

http://www.purebasic.fr/english/viewtop ... 33aaa861c3

But who can turn the C++ code into PB4.0, I am not good at C++. :wink:
┏┓ CT+pro Studio - www_ct-pro_com
█┛ From China
┏█ MSN:ct1676@hotmail.com
┗┛ I have felt the pure power already.
|-.-|`o`|`_`|o_o|:_:|'_'|^.^|-_-!|
DarkDragon
Addict
Addict
Posts: 2345
Joined: Mon Jun 02, 2003 9:16 am
Location: Germany
Contact:

Post by DarkDragon »

I have written a small program dependent network sniffer which does it with remoteAPI:

http://www.bradan.net/downloads/netsniff.zip

Don't hook firefox if you download pages with pictures or frames. Threaded things won't work well.
bye,
Daniel
KarLKoX
Enthusiast
Enthusiast
Posts: 681
Joined: Mon Oct 06, 2003 7:13 pm
Location: France
Contact:

Post by KarLKoX »

netfriends wrote:Thanks KarLKoX

http://www.purebasic.fr/english/viewtop ... 33aaa861c3

But who can turn the C++ code into PB4.0, I am not good at C++. :wink:
The code is already translated, read well the post ;)
"Qui baise trop bouffe un poil." P. Desproges

http://karlkox.blogspot.com/
Post Reply