kd> ed nt!Kd_DEFAULT_MASK 0xFFFFFFFF
reg add "HKLM\SYSTEM\ControlSet001\Control\Session Manager\Debug Print Filter" /v DEFAULT /t REG_DWORD /d 0xFFFFFFFF
| """ | |
| This class makes creating a REST handler for Splunk easier. | |
| The class will automatically call a function within the class based on the path and the method. | |
| For example, if a GET call is made to the path "ping", then this class will call the function | |
| get_ping(). | |
| Below is an example. |
| # Logparser | |
| ############### | |
| # Security Log | |
| ############### | |
| # Find Event id | |
| & 'C:\Program Files (x86)\Log Parser 2.2\LogParser.exe' -stats:OFF -i:EVT "SELECT * FROM 'Security.evtx' WHERE EventID = '5038'" |