Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gtworek authored Dec 7, 2020
1 parent ccdf517 commit d76ffc7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions WerSvc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ When the WerSvc runs, it opens `WindowsErrorReportingServicePort` ALPC. And agai
| --- | --- | --- |
| 0x30000000 | InitiatorTID, InitiatorPID, TargetPID, Status | WerSvc launches `werfault.exe -s -t InitiatorTID -i InitiatorPID -e TargetPID -c Status` using the elevated token of InitiatorPID owner. Werfault.exe works on "*Silent Process Exit*" monitoring following [Microsoft Docs description](https://docs.microsoft.com/en-us/windows-hardware/drivers/debugger/registry-entries-for-silent-process-exit). |
| 0x60000000 | Type, ID | WerSvc launches `werfault.exe -k -l Type ID` as a LocalSystem |
| 0x80000000 | Enable | WerSvc calls `NtSetSystemInformation(SystemImageFileExecutionOptionsInformation)` making Windows read `HKCU\Software\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\image.exe\GlobalFlag`. As the HKCU, the key can be written by an unprivileged user. |
| 0xb0000000 | Target PID | 1. WerSvc launches `werfault.exe -pr Global\XXXXXXXXXXXXXXXX` using the duplicated token of the target process.<br>2. Some dump activities on the target process are performed, but the file looks like non-persistent. |
| 0xf0030002 | - | The detailed report about the process performance is generated in `C:\ProgramData\Microsoft\Windows\WER\Temp\`. See the [sample](https://github.com/gtworek/PSBits/blob/master/WerSvc/WER75A2.tmp.csv). |
| 0xf0040002 | - | The detailed report about the system performance is generated in `C:\ProgramData\Microsoft\Windows\WER\Temp\`. See the [sample](https://github.com/gtworek/PSBits/blob/master/WerSvc/WER2DDE.tmp.txt). |
Expand Down

0 comments on commit d76ffc7

Please sign in to comment.