-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds URL rewriting in WebBrowser and WinInet GET, POST and POST with …
…file (#39) * Update dynamic_patch.c Adiciona GG Patch: TH S2 312b TH S2 321a * Update common.c fix type parameter * Update config.h Option BypassSelfSignedCertificate ignora os certificados inválidos * Update config.c Option BypassSelfSignedCertificate ignora certificados inválidos * add ole32 web_browser Adiciona os Hooks do WebBrowser. O básico do MFC(usado no update.exe) e o IWebBrowser(usado no ProjectG.exe) * Update common-fnptr.h Add new types to Wininet and WebBrowser * Update hooks.c add InitWebBrowserHook * Update inject.c fix CreateProccessAHook * Update Makefile add ole32/web_browser.o * Update rugburn.vcxproj add ole32\web_browser.c * Update rugburn.vcxproj.filters add ole32\web_browser.c * Update rugburn_test.vcxproj add ole32\web_browser.c * Update rugburn_test.vcxproj.filters add ole32\web_browser.c * Update netredir.c adiciona os hooks para o WinInet. Versões GET, POST e POST com arquivo. Já que não consegui fazer o InternetErrorDlg funcionar, para pedir a permissão do usuário para certificados inválidos e redirecionamento de POST. (mesmo com HWND e Flags ele não cria o DLG e retorna ERROR_CANCELED). Então criei uma opção no .json para ignora os erros de certificados: "BypassSelfSignedCertificate": "TRUE" POST que precisa de permissão para ele ignora direto e faz o redirecionamento. * Update common-fnptr.h adiciona o IWebBrowser type, por que o MinGW do github não tem o arquivo ExDisp.h, mas o cygwin64 -> MinGW tem ele. * Update common-fnptr.h melhorias * add exdisport.h definição da struct IWebBrowser * Update netredir.c Ajeitei para quando criar uma nova handle do OpenRequest todas as outras funções ganchos usar a nova handle. * Update common-fnptr.h fix * Update web_browser.c fix SysFreeString
- Loading branch information
1 parent
7a09cf6
commit 027f59d
Showing
16 changed files
with
2,044 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.