Re: Dynamically loading binaries in Kernel mode.
- From: "Don Burn" <burn@xxxxxxxxxxxxxxxx>
- Date: Wed, 29 Mar 2006 17:50:14 -0500
No, you are missing the point, For the most part you will not get the same
effect as LoadLibrary, etc in the kernel. You can do things with
ZwLoadDriver and ZwUnloadDriver but it is trivially easy for a developer to
keep your code around and otherwise utilize it.
So the question is valid of what are you really thinking you are going to
achieve. The problem with people going out of the way to have complex code
in the kernel is you are crashing systems and helping fire up the claims
that Windows is not reliable.
--
Don Burn (MVP, Windows DDK)
Windows 2k/XP/2k3 Filesystem and Driver Consulting
Remove StopSpam from the email to reply
"Luis Miguel Huapaya" <LuisMiguelHuapaya@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in
message news:7D43CBB7-4C24-4ECE-A6A1-0C1421965DB9@xxxxxxxxxxxxxxxx
*Sigh*
Why is it then whenever people ask a question, they get questions in
return?
I don't actually want to tell anyone why I need to dynamically load code
in
kernel level (the reason I gave earlier is not the actual reason but a
little
white lie that was meant to deflect interest in what I was doing). But
now,
that little white lie has become bothersome. So Plan B. I'm not going to
tell
anyone why I need to load code dynamically. What I am trying to achieve
cannot be done without dynamic code loading, it's that simple.
cheers,
Luis Miguel Huapaya
P.S. I am not missing the point and I am not afraid of complex systems,
I've
done plenty of those before.
.
- References:
- Re: Dynamically loading binaries in Kernel mode.
- From: Tim Roberts
- Re: Dynamically loading binaries in Kernel mode.
- From: r_konjeti
- Re: Dynamically loading binaries in Kernel mode.
- Prev by Date: Re: UAA Audio Driver Where is it????
- Next by Date: SCSI LUN MULTI INSTALL
- Previous by thread: Re: Dynamically loading binaries in Kernel mode.
- Next by thread: Re: Dynamically loading binaries in Kernel mode.
- Index(es):
Relevant Pages
|