#include <kph.h>
#include <dyndata.h>
 
Go to the source code of this file.
      
        
          | #define C_2sTo4 | 
          ( | 
            | 
          x | ) | 
             ((unsigned int)(signed short)(x)) | 
        
      
 
 
      
        
          | #define INIT_SCAN | 
          ( | 
            | 
          scan,  | 
        
        
           | 
           | 
            | 
          bytes,  | 
        
        
           | 
           | 
            | 
          length,  | 
        
        
           | 
           | 
            | 
          address,  | 
        
        
           | 
           | 
            | 
          scanLength,  | 
        
        
           | 
           | 
            | 
          displacement  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
Value:( \
    ((scan)->Scanned = 
FALSE), \
 
    ((scan)->Bytes = (bytes)), \
    ((scan)->Length = (length)), \
    ((scan)->StartAddress = (address)), \
    ((scan)->ScanLength = (scanLength)), \
    ((scan)->Displacement = (displacement)), \
    ((scan)->ProcedureAddress = NULL), \
    bytes \
    )
 
Definition at line 26 of file dyndata.c.
 
 
      
        
          | NTSTATUS KphDynamicDataInitialization  | 
          ( | 
          VOID  | 
           | ) | 
           | 
        
      
 
 
      
        
          | static NTSTATUS KphpAmd64DataInitialization  | 
          ( | 
          VOID  | 
           | ) | 
           | 
        
      
 
 
      
        
          | NTSTATUS KphpLoadDynamicConfiguration  | 
          ( | 
          __in PVOID  | 
          Buffer,  | 
        
        
           | 
           | 
          __in ULONG  | 
          Length  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
      
        
          | NTSTATUS KphReadDynamicDataParameters  | 
          ( | 
          __in_opt HANDLE  | 
          KeyHandle | ) | 
           |