discovered 04 Aug 2026
Hook-Chrome-Chromium-SSL
→ View on GitHubHook-Chrome-Chromium-SSL is a C++ tool designed to intercept and manipulate the SSL_read and SSL_write functions utilized by Google Chrome and Chromium, enhancing capabilities for monitoring encrypted data transmission. By manually locating and hooking internal SSL routines, the tool allows practitioners to capture and analyze secure network communications, which is particularly challenging due to the non-exported nature of these functions within the chrome.dll binary. Notable features include the ability to leverage Chrome's source code and BoringSSL library for function discovery and analysis.