GT ist ein mobiles On-Device-Debugging-Tool, das entwickelt wurde, um Netzwerkpakete zu erfassen, Systemprotokolle zu analysieren und die Hardwareleistung direkt auf einem Smartphone zu profilieren. Es bietet eine portable Suite von Dienstprogrammen zur Identifizierung von Softwarefehlern und Verarbeitungsengpässen, ohne dass eine Verbindung zu einem Host-Computer erforderlich ist.
Die Hauptfunktionen von tencent/gt sind: On-Device Runtime Debugging, Plugin-Based Debugging Extensions, Debugging Extension Frameworks, Mobile Application Debugging, On-Device Network Monitoring, Local Packet Captures, Packet Capture Implementations, Traffic Interceptors.
Open-Source-Alternativen zu tencent/gt sind unter anderem: zixun/godeye — GodEye is a runtime instrumentation tool and observability framework for Swift mobile applications. It functions as a… jz-darkal/androidhttpcapture — AndroidHttpCapture is a mobile application for intercepting and analyzing HTTP and HTTPS network traffic directly on… cyb3rward0g/helk — HELK is a containerized security information and event management environment and threat hunting platform. It provides… facebook/sonar — Sonar is a mobile app debugging platform and extensible toolkit that allows developers to inspect the internal state,… r0ysue/r0capture — r0capture is a tool for intercepting network traffic from Android applications. It serves as a traffic interceptor,… opnsense/core — This project is the core management framework for a security appliance, providing the primary infrastructure for…
GodEye is a runtime instrumentation tool and observability framework for Swift mobile applications. It functions as a mobile application debugger and in-process diagnostic overlay, providing a visual interface rendered directly over active applications to monitor metrics and inspect system states without requiring changes to the original source code. The framework enables real-time analysis through a suite of debugging workflows. It captures diagnostic data using method swizzling and system-level hooking to intercept function calls and monitor internal application behavior. The tool covers s
AndroidHttpCapture is a mobile application for intercepting and analyzing HTTP and HTTPS network traffic directly on an Android device. It functions as a local proxy server and traffic interceptor to capture and monitor requests and responses from other installed mobile applications. The tool provides capabilities for MITM HTTPS decryption through root certificate installation and supports exporting captured network sessions as HAR files for external analysis. It allows for real-time response body injection and the modification of request headers via user agent spoofing. The project includes
HELK is a containerized security information and event management environment and threat hunting platform. It provides a security-focused deployment of the ELK stack, combining Elasticsearch, Logstash, and Kibana into a specialized platform for investigating logs and discovering hidden patterns in network and system security data. The project functions as a security data science suite, integrating interactive computational notebooks and distributed processing tools to run machine learning and graph analytics on security logs. This allows for the identification of hidden attack patterns and an
Sonar is a mobile app debugging platform and extensible toolkit that allows developers to inspect the internal state, network traffic, and system logs of mobile devices via a desktop interface. It functions as a centralized system for monitoring application behavior and troubleshooting logic and performance issues. The platform is distinguished by a plugin-based extension system that enables the development of custom debugging tools. These plugins can visualize specific application data and facilitate event exchange between a mobile device and a computer. The toolkit covers several core obse