Skip to content

Commit

Permalink
Fea #29, 消除Chrome中Windows XP不支持的接口
Browse files Browse the repository at this point in the history
* PowerCreateRequest
* PowerSetRequest
* PowerClearRequest
  • Loading branch information
mingkuang-Chuyu committed Mar 17, 2023
1 parent d58e79d commit 5dddf2d
Show file tree
Hide file tree
Showing 5 changed files with 446 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ThunksList.md
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,9 @@
| SetProcessMitigationPolicy | 不存在时,调用NtSetInformationProcess。
| SetProcessInformation | 不存在时,调用NtSetInformationProcess。
| SetThreadInformation | 不存在时,调用NtSetInformationThread。
| PowerCreateRequest | 不存在时,内部实现。
| PowerSetRequest | 不存在时,调用 SetThreadExecutionState。
| PowerClearRequest | 不存在时,调用 SetThreadExecutionState。

## mfplat.dll
| 函数 | Fallback
Expand Down
Loading

0 comments on commit 5dddf2d

Please sign in to comment.