Pinned Repositories
And64InlineHook
Lightweight ARMv8-A(ARM64, AArch64, Little-Endian) Inline Hook Library for Android C/C++
AndResGuard
proguard resource for Android by wechat team
Android-Inline-Hook
thumb16 thumb32 arm32 inlineHook in Android
android-reverse
Java && Android Reverse
Android_boot_image_editor
Parsing and re-packing Android boot.img/vbmeta.img, supporting Android 10
Android_CN_OAID
Android 10 + 适用于国内各大手机厂商的开放匿名设备标识(OAID),若不支持OAID则须自行生成一个全局唯一标识(GUID)。该开源方案类似于移动安全联盟官网提供的统一SDK闭源方案(miit_mdid_xxx.aar)。
android_got_hook
android got hook under version 5.0
Android_Inline_Hook
Build an so file to automatically do the android_native_hook work. Supports thumb-2/arm32 and ARM64 ! With this, tools like Xposed can do android native hook.
Android_Inline_Hook_ARM64
Build an .so file to automatically do the android_native_hook work. Supports ARM64 ! With this, tools like Xposed can do android native hook.
Android_InlineHook
Android内联hook框架
cuilwww's Repositories
cuilwww/AndResGuard
proguard resource for Android by wechat team
cuilwww/android-reverse
Java && Android Reverse
cuilwww/android_got_hook
android got hook under version 5.0
cuilwww/AntiMSHookFunction
AntiMSHookFunction (make MSHookFunction doesn't work)
cuilwww/AOSP
这是一个连载的博文系列,我将持续为大家提供尽可能透彻的Android源码分析
cuilwww/chinese-poetry
最全中华古诗词数据库, 唐宋两朝近一万四千古诗人, 接近5.5万首唐诗加26万宋诗. 两宋时期1564位词人,21050首词。
cuilwww/crack_dexhelper
梆梆企业加固详细逆向分析过程, 包含两种对该加固的脱壳机(直接解密classes0.jar和基于frida hook)
cuilwww/D3CTF-2019-Machine
D^3CTF 2019 线上赛逆向Machine源码
cuilwww/DecompileApk
output dex , jar , smali , xml , AndroidManifest.xml , res , sign info , umeng channel.
cuilwww/DeviceUtils
DeviceUtils
cuilwww/FastHook
Android ART Hook
cuilwww/frida_dump
frida dump dex, frida dump so
cuilwww/getAppSignNative
get android app signature without java api
cuilwww/java-concurrent-programming
:notebook: 《实战Java 高并发程序设计》笔记和源码整理
cuilwww/JNI-Frida-Hook
Script to quickly hook natives call to JNI in Android
cuilwww/NativeCrashCatching
cuilwww/remoteviews
remoteviews 自定义通知,适配android8.0 ,okhttp断点下载
cuilwww/Repackaged-APPs-detection
implement some typical repackaged app detection system
cuilwww/repackaging-protection
[FPS2019] Protecting Android Apps from Repackaging Using Native Code
cuilwww/SandHook
Android ART Hook/Native Inline Hook/Single Instruction Hook - support 4.4 - 10.0 32/64 bit - Xposed API Compat
cuilwww/sekiro-demo
cuilwww/sqlitebrowser
可以打开微信(7.0.4)EnMicroMsg.db的sqlitebrowser
cuilwww/stunning-signature
Native Signature Verification For Android (with example)
cuilwww/TencentQQ
基于PC,移动端协议实现的腾讯QQ机器人,主要实现了登录挂机过程的一系列协议
cuilwww/tianruoocr
已停止维护,欢迎使用新版跨平台 OCR 工具(树洞 OCR 文字识别)
cuilwww/USTC-Course
:heart:**科学技术大学课程资源(https://ustc-resource.github.io/USTC-Course)
cuilwww/Va_Fdex2
cuilwww/VirtualFastHook
Android application hooking tool based on FastHook + VirtualApp
cuilwww/WechatSpellbook
Wechat Spellbook 是一个使用Kotlin编写的开源微信插件框架,底层需要 Xposed 或 VirtualXposed 等Hooking框架的支持,而顶层可以轻松对接Java、Kotlin、Scala等JVM系语言。让程序员能够在几分钟内编写出简单的微信插件,随意揉捏微信的内部逻辑。
cuilwww/XposedHook
免重启Xposed模块改进