 main menuhome
forums Show me new threads!
bookmarks
view blogs
vault you must be level 2 to upload files to your vault
downloads you must be logged on, and level 1, to access downloads
Rootkit Collection
|
Detecting Hidden Processes by Hooking the SwapContext Function : message board
Posted by kimmo
(Rootkit Contributor) [ip info hidden] - Aug 10 2004, 11:54 (UTC+0)
| |
Updated to add support for XP SP2 | I made minor changes and improvements to add better support for Windows XP SP2. If we have to find the SwapContext function by searching through the address space of the ntoskrnl.exe module, we no longer use hardcoded start and end address of the module. We get this information from the PsLoadedModuleList which we can find easily, thanks to Opc0de and Alex Ionescu. -Kimmo | |
this thread posts:
- Updated to add support for XP SP2
(by kimmo (Rootkit Contributor) Aug 10 2004, 11:54 (UTC+0) )
I made minor changes and improvements to add better support for Windows XP SP2. If we have to find the SwapContext function by searching through the address space of the ntoskrnl.exe module, we no longer use hardcoded start and end address of the module. We get this information from the PsLoadedModuleList which we can find easily, thanks to Opc0de and Alex Ionescu. -Kimmo
|