The Volatility Framework
volatility.plugins.malware.threads.HideFromDebug Class Reference

Detect threads hidden from debuggers. More...

Inheritance diagram for volatility.plugins.malware.threads.HideFromDebug:
volatility.plugins.malware.threads.AbstractThreadCheck

Public Member Functions

def check (self)
 This check is True when a thread's flags report that it is being hidden from a debugger. More...
 
- Public Member Functions inherited from volatility.plugins.malware.threads.AbstractThreadCheck
def __init__ (self, thread, mods, mod_addrs, hooked_tables, found_by_scanner)
 
def check (self)
 Return True or False from this method.
 

Additional Inherited Members

- Public Attributes inherited from volatility.plugins.malware.threads.AbstractThreadCheck
 thread
 
 mods
 
 mod_addrs
 
 hooked_tables
 
 found_by_scanner
 
 flags
 

Detailed Description

Detect threads hidden from debuggers.

Member Function Documentation

def volatility.plugins.malware.threads.HideFromDebug.check (   self)

This check is True when a thread's flags report that it is being hidden from a debugger.


The documentation for this class was generated from the following file: