Nt kernel hacking page?
-
Does anyone know of a site (something like the code project is what I would hope for) dedicated to (or even with just a small section for) doing low-down and dirty things with NT? Or is there perhaps a place for such things here at Code Project? I have several little things that I've written over the years, things like a function to do SetWindowLong on any window, no matter what process it's from. Or what I'm trying to get to work now, a function to run code in the context of another thread (effectively interrupting it, so you can use ExitThread () or SetThreadDesktop ()). Or disabling KeBugCheck, that one's my favorite. Yeah, these aren't things you'd necessairily want to do but they're still neat to try out. There are places like this for linux I think but I've never heard of one for NT. Anyone know of a place for stuff like this? Code snippets, message boards, anything? Yeah, I know it's a stupid name. It was supposed to be temporary. That was 2 years ago.
-
Does anyone know of a site (something like the code project is what I would hope for) dedicated to (or even with just a small section for) doing low-down and dirty things with NT? Or is there perhaps a place for such things here at Code Project? I have several little things that I've written over the years, things like a function to do SetWindowLong on any window, no matter what process it's from. Or what I'm trying to get to work now, a function to run code in the context of another thread (effectively interrupting it, so you can use ExitThread () or SetThreadDesktop ()). Or disabling KeBugCheck, that one's my favorite. Yeah, these aren't things you'd necessairily want to do but they're still neat to try out. There are places like this for linux I think but I've never heard of one for NT. Anyone know of a place for stuff like this? Code snippets, message boards, anything? Yeah, I know it's a stupid name. It was supposed to be temporary. That was 2 years ago.
Why not write an article and post it on this site? (2b || !2b)
-
Does anyone know of a site (something like the code project is what I would hope for) dedicated to (or even with just a small section for) doing low-down and dirty things with NT? Or is there perhaps a place for such things here at Code Project? I have several little things that I've written over the years, things like a function to do SetWindowLong on any window, no matter what process it's from. Or what I'm trying to get to work now, a function to run code in the context of another thread (effectively interrupting it, so you can use ExitThread () or SetThreadDesktop ()). Or disabling KeBugCheck, that one's my favorite. Yeah, these aren't things you'd necessairily want to do but they're still neat to try out. There are places like this for linux I think but I've never heard of one for NT. Anyone know of a place for stuff like this? Code snippets, message boards, anything? Yeah, I know it's a stupid name. It was supposed to be temporary. That was 2 years ago.
-
Does anyone know of a site (something like the code project is what I would hope for) dedicated to (or even with just a small section for) doing low-down and dirty things with NT? Or is there perhaps a place for such things here at Code Project? I have several little things that I've written over the years, things like a function to do SetWindowLong on any window, no matter what process it's from. Or what I'm trying to get to work now, a function to run code in the context of another thread (effectively interrupting it, so you can use ExitThread () or SetThreadDesktop ()). Or disabling KeBugCheck, that one's my favorite. Yeah, these aren't things you'd necessairily want to do but they're still neat to try out. There are places like this for linux I think but I've never heard of one for NT. Anyone know of a place for stuff like this? Code snippets, message boards, anything? Yeah, I know it's a stupid name. It was supposed to be temporary. That was 2 years ago.
what about http://black.box.sk ?
-
Does anyone know of a site (something like the code project is what I would hope for) dedicated to (or even with just a small section for) doing low-down and dirty things with NT? Or is there perhaps a place for such things here at Code Project? I have several little things that I've written over the years, things like a function to do SetWindowLong on any window, no matter what process it's from. Or what I'm trying to get to work now, a function to run code in the context of another thread (effectively interrupting it, so you can use ExitThread () or SetThreadDesktop ()). Or disabling KeBugCheck, that one's my favorite. Yeah, these aren't things you'd necessairily want to do but they're still neat to try out. There are places like this for linux I think but I've never heard of one for NT. Anyone know of a place for stuff like this? Code snippets, message boards, anything? Yeah, I know it's a stupid name. It was supposed to be temporary. That was 2 years ago.
Hi wParam, I think it isn't exactly what you are looking for but see SysInternals. A lot of cool code with a bunch of very useful utilities. HTH. :) ;) ;P :-D :cool: Farhan Noor Qureshi