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_base
Extract base from Chromium, easy to use.
habbyge/DroidService
A service manager for android which like android.os.ServiceManager, but root is not necessary
habbyge/android-6.0.0_r1
android-6.0.0_r1 source code mirror, ISO package http://pan.baidu.com/s/1kT7hgAr
habbyge/cpp1x-study-resource
旨在搜集国内外各种 C++11 的学习资源,供大家参考、学习。
habbyge/redisbook
《Redis 设计与实现》(网络版)的书稿源码
habbyge/PatchAPKLib
An Android development library base on bsdiff for making new apk file from old the old one and patch file
habbyge/ios-dev-flow
iOS 开发流程笔记
habbyge/ApkProtect
通付盾第一代安全加固方案
habbyge/redis-research
redis学习笔记
habbyge/CodeLearn_Boost
Boost代码学习
habbyge/book
book
habbyge/webserver
Linux平台下C++开发的网络服务程序设计,多进程网络服务程序,多线程网络服务程 序,线程池网络服务程序的设计,代码的编写。客户端的主要功能是为用户提供交互 式的算数运算命令,并通过用户命令完成与服务器端的交互。服务器端采用多进程, 多线程,线程池三种方式实现,此版本不涉及CGI,后面会给出更新版本。。。
habbyge/cross-platform-tutorial
A project demostrating how to make a cross platform library between Android and iOS.