![]() |
|
|
|
#1
|
|||
|
|||
|
Hi,
And if you want some examples of SDT hooking coded entirely in assembly language, you can look at my codes in my vault "Opc0de" in the rootkit site: hxxp://www.rootkit.com/download.php Maybe you need to register before you be able to download it Regards, Opc0de |
|
#2
|
|||
|
|||
|
After each blue screen, a Crash Dump file is created in "Minidump" folder at your Windows directory.
You can load this dump file into "WinDbg" (A Microsoft debugger that comes with SDKs) or other debuggers that can load this type of files, and then you analyze the reason of the crash and get usefull ideas |
|
#3
|
|||
|
|||
|
-> It seems to work
(with the writeenabled SST)Big Thx @ all! @hajir I know, but i had already lokated the error exacxtly a the point where i try to write a table entry, but thx the for tip
|
|
#4
|
|||
|
|||
|
Another bad news. Microsoft disable modify service table in 64-bit windows. It disable to modify service table and even function entry code. So such program cann't use in 64-bit windows in future.
|
|
#5
|
|||
|
|||
|
Hmm, yes, ( link ) but ->
Quote:
(That meens "except through everyone" )
Last edited by Cobi; 01-07-2005 at 20:33. |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Windows Hook | user1 | Source Code | 0 | 04-24-2021 05:23 |
| SYSENTER hook | niom | General Discussion | 13 | 08-12-2004 02:50 |
| DriverStudio 3.1 Viaagp.sys Bluescreen | bgrimm | General Discussion | 1 | 02-19-2004 02:37 |