A free Windows-compatible Operating System - mirrored from GitHub
Find a file
Art Yerkes f48739f395 Added kjs -- The kernel javascript system.
This system allows the kernel debugger to be scripted with the new js
command.

Functions for reading and writing memory, as well as reading the module
list, the registry, and the trap frame registers are provided.  A simple
mechanism is provided for reading javascript initialization from the
registry so that the user may provide custom functions for use during
debugging sessions.

I have already used it to find a bug in kdb itself; as well as to list
sections in modules and perform various other tedious tasks often
required while debugging linked lists, etc.

This is a static library that will be built when KDBG=1, and linked
with ntoskrnl.

svn path=/trunk/; revision=7554
2004-01-10 20:38:18 +00:00
freeldr Store hive root key name. 2004-01-09 19:44:45 +00:00
os2 Hope I fixed the broken issue. 2003-01-18 15:55:07 +00:00
posix Minor changes to make the posix module partially compile. 2003-12-21 20:11:46 +00:00
reactos Added kjs -- The kernel javascript system. 2004-01-10 20:38:18 +00:00
rosapps Removed taskmgr. 2004-01-10 02:15:50 +00:00