kernel
kernel class speaks with dwarf kernel module to provide some useful stuffs from the kernel space.
Table of contents
available
kernel.available();
return a string indicating if the process can speak with dwarf kernel module
enable
kernel.enable();
enable kernel features on dwarf UI if the module is loaded
lookupSymbol
kernel.lookupSymbol('sys_call_table');
return the pointer of the symbol specified in arg0
root
kernel.root();
elevate the calling process to root