Windows NT 4.0 source code leak
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Adam b4a8d373d8
Create README.md
5 years ago
..
makefile initial commit 5 years ago
readme.txt initial commit 5 years ago
scexts.c initial commit 5 years ago
scexts.def initial commit 5 years ago
scexts.rc initial commit 5 years ago
sources initial commit 5 years ago

readme.txt

Put scexts.dll into the NT System32 directory.
Debugger extensions can be accessed by using either one of two methods:

1) Invoke ntsd normally, and refer to the dll name for
each extension call.

ntsd -p <processid for program>

!scexts.help
!scexts.ServiceRecord

(2) Invoke ntsd with the following:

ntsd -a scexts.dll -p<processid>

Then extensions can simply be referenced by name.
!help
!ServiceRecord

NOTE: The argument order is important. I forget which way is correct.
Either the -a or the -p must come first. It doesn't work the
other way around.