fix: actually hook Http::httpGetPostWinInet

This commit is contained in:
rjindael 2023-09-08 17:06:30 -07:00
parent 68fbc2d81a
commit 0a05b9577c
No known key found for this signature in database
GPG Key ID: D069369C906CCF31
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@
START_PATCH_LIST()
ADD_PATCH(Http__httpGetPostWinInet, Http__httpGetPostWinInet_hook)
ADD_PATCH(Http__trustCheck, Http__trustCheck_hook)
ADD_PATCH(Crypt__verifySignatureBase64, Crypt__verifySignatureBase64_hook)