KernelRootkit constructor
      
      KernelRootkit({})
     
    
    
Implementation
KernelRootkit({
  this.name,
  this.unexpectedCodeModification,
  this.unexpectedFtraceHandler,
  this.unexpectedInterruptHandler,
  this.unexpectedKernelCodePages,
  this.unexpectedKprobeHandler,
  this.unexpectedProcessesInRunqueue,
  this.unexpectedReadOnlyDataModification,
  this.unexpectedSystemCallHandler,
});