Pinned Repositories
AndResGuard
proguard resource for Android by wechat team
apkpatchplus
基于apkpatch工具,生成patch包:支持多dex、新增class、field、method。配合iWatch补丁项目使用,能够在Native(C/C++)层支持补丁修复,包括:新增class、field、method;修改method等
architecture.wechat-tencent
互联网公司架构: 微信技术架构, 腾讯技术架构
ArtHook
Library for hooking on ART
article
articles by WeChat Mobile Development Team
chromium
The official GitHub mirror of the Chromium source
elf_func_hook
Hellhound
地狱犬系统:无埋点、自动织入插桩,用于监控Andorid系统中各种行为,包括页面、控件、以及方法(函数)、指令级别的劫持和注入,实现监控
iWatch
Quite stable hotpatch solution
mpproxy
全新角度实现对任意Class的动态代理技术方案:动态生成被代理类的interface并实现(继承)之,再利用java中自带的Proxy机制,生成动态代理对象。
habbyge's Repositories
habbyge/chromium
The official GitHub mirror of the Chromium source
habbyge/quiche
habbyge/abseil-cpp
Abseil Common Libraries (C++)
habbyge/archguard
ArchGuard is a architecture workbench, also for architecture governance, which can analysis architecture in container, component, code level, create architecure fitness functions, and anaysis system dependencies..
habbyge/BqLog
BqLog is a lightweight, high-performance logging library that supports C++, Java, and C#. It can run on servers, desktop systems, and mobile platforms, and it also supports game engines such as Unity and Unreal.
habbyge/brpc
brpc is an Industrial-grade RPC framework using C++ Language, which is often used in high performance system such as Search, Storage, Machine learning, Advertisement, Recommendation etc. "brpc" means "better RPC".
habbyge/carbon-lang
Carbon Language's main repository: documents, design, implementation, and related tools. (NOTE: Carbon Language is experimental; see README)
habbyge/cef
Chromium Embedded Framework (CEF) official mirror. A simple framework for embedding Chromium-based browsers in other applications.
habbyge/chromium_habbyge
habbyge/Cplusplus-Concurrency-In-Practice
A Detailed Cplusplus Concurrency Tutorial 《C++ 并发编程指南》
habbyge/cpp_weekly
The official C++ Weekly Repository. Code samples and notes of future / past episodes will land here at various times. PR's will be accepted in some cases.
habbyge/CppCoreGuidelines
The C++ Core Guidelines are a set of tried-and-true guidelines, rules, and best practices about coding in C++
habbyge/di
C++14 Dependency Injection Library
habbyge/FFmpeg
Mirror of https://git.ffmpeg.org/ffmpeg.git
habbyge/JsonUtils
rapidjson wrapper,Json Utils, C/C++ Json工具类, 基于腾讯RapidJson封装(https://github.com/Tencent/rapidjson)
habbyge/learn-cef
学习cef
habbyge/libuv
Cross-platform asynchronous I/O
habbyge/lyra
A Very Low-Bitrate Codec for Speech Compression
habbyge/matrix
Matrix is a plugin style, non-invasive APM system developed by WeChat.
habbyge/mold
Mold: A Modern Linker 🦠
habbyge/muduo
Event-driven network library for multi-threaded Linux server in C++11
habbyge/MyPoorWebServer
一款可运行的基于C++ 实现的WebServer服务器,基于《TCPIP网络编程》和《Linux高性能服务器编程》实现的服务器项目。
habbyge/neovim
Vim-fork focused on extensibility and usability
habbyge/rapidjson
A fast JSON parser/generator for C++ with both SAX/DOM style API
habbyge/rttr
C++ Reflection Library
habbyge/sokol
minimal cross-platform standalone C headers
habbyge/sonic-cpp
A fast JSON serializing & deserializing library, accelerated by SIMD.
habbyge/sqlcipher
SQLCipher is a standalone fork of SQLite that adds 256 bit AES encryption of database files and other security features.
habbyge/vscode-cmake-tools
CMake integration in Visual Studio Code
habbyge/wcdb
WCDB is a cross-platform database framework developed by WeChat.