How to put a dll to remote XP and run it?
-
I wrote a DLL and want to put it into a XP workstation in my Lan, certainly, i know its administrator account password. but how can i put it into its system folder without setting any share folder manually? if it is possible, then how can i invoke the rundll32 command to load my dll remotely? Thanks for your instruction. liur
-
I wrote a DLL and want to put it into a XP workstation in my Lan, certainly, i know its administrator account password. but how can i put it into its system folder without setting any share folder manually? if it is possible, then how can i invoke the rundll32 command to load my dll remotely? Thanks for your instruction. liur
You can't "run" a DLL. You can load it with an executable, but you can't run it by itself.
"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
-----
"...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001 -
You can't "run" a DLL. You can load it with an executable, but you can't run it by itself.
"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
-----
"...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001 -
Thanks, my mean is how to put the dll into remote XP and loading it by rundll32 command. could you give me any suggestion? liur
First you have to get the DLL over to that machine. So it's a simple case of how do you want to get the file over there. You have options: E-mail, on a floppy, windows file sharing, etc.