Skip to content

v1.6.0

Latest

Choose a tag to compare

@InWILL InWILL released this 02 Mar 15:41
· 15 commits to master since this release

Features

  • Add HookCreateProcessInternalW to replace NtCreateUserProcess in 32bit mode.
  • Remove HookSetWindowTextA, this function will be implemented by HookSendMessageA

Bug Fixes

  • #71 #63 Add HookCreateProcessInternalW
  • #47 Remove HookRegisterClassA HookRegisterClassExA.

Remark

参考Wine的思路实现的HookCreateProcessInternalW。下一版本将会重构HookSendMessageA。