Android字节码插件,编译期间动态修改代码,改造添加全埋点日志采集功能模块,对常见控件进行监听处理
☆394Apr 24, 2019Updated 6 years ago
Alternatives and similar repositories for Luffy
Users that are interested in Luffy are comparing it to the libraries listed below
Sorting:
- 本项目通过Android字节码插桩插件实现Android端无埋点(或自动埋点),并且支持根据配置文件实现业务数据的自动采集。☆520Mar 8, 2018Updated 7 years ago
- 用于快速找到高耗时方法,定位解决Android App卡顿问题。通过gradle plugin+ASM实现可配置范围的方法插桩来统计所有方法的耗时,并提供友好的界面展示,支持耗时筛选、线程筛选、方法名筛选等。(A Tool for Discovering High Time…☆1,654Feb 23, 2021Updated 5 years ago
- 🚀Optimizer for mobile applications☆5,062Feb 4, 2026Updated last month
- A lightweight Android Studio gradle plugin based on Javassist for editing bytecode in Android.☆902Feb 7, 2021Updated 5 years ago
- A lightweight and fast AOP framework for Android App and SDK developers☆2,206Aug 26, 2023Updated 2 years ago
- A fast, incremental, concurrent framework to develop compile plugin for android project to manipulate bytecode☆1,416Sep 10, 2022Updated 3 years ago
- ByteX is a bytecode plugin platform based on Android Gradle Transform API and ASM. 字节码插件开发平台☆3,249Jan 20, 2024Updated 2 years ago
- A Android gradle plugin that effects AspectJ on Android project and can hook methods in Kotlin, aar and jar file.☆3,971Sep 15, 2021Updated 4 years ago
- Alpha是一个基于PERT图构建的Android异步启动框架,它简单,高效,功能完善。 在应用启动的时候,我们通常会有很多工作需要做,为了提高启动速度,我们会尽可能让这些工作并发进行。但这些工作之间可能存在前后依赖的关系,所以我们又需要想办法保证他们执行顺序的正确性。Al…☆1,958Dec 14, 2018Updated 7 years ago
- 安卓自动化埋点☆11Apr 25, 2019Updated 6 years ago
- AopArms编写了Android开发中常用的一套注解,如日志、异步处理、缓存、SP、延迟操作、定时任务、重试机制、try-catch安全机制、过滤频繁点击、拦截、埋点统计、全局性能监控(每个方法耗时时长)等,后续还会有更多更强大的注解功能加入☆532Dec 9, 2019Updated 6 years ago
- 零反射全动态Android插件框架☆7,722Feb 14, 2026Updated 2 weeks ago
- ADI(Android Debug Intensive) 是通过 JVMTI 实现的 Android 应用开发调试的增强工具集,目前主要提供性能相关的监控能力。☆316Apr 21, 2022Updated 3 years ago
- 基于字节码插桩,在Android中实现跨module自动注册的gradle插件,可用于模块解耦。已应用于ARouter和CC☆1,126Mar 14, 2023Updated 2 years ago
- ☆758Jan 16, 2024Updated 2 years ago
- Android方法调用跟踪 ; 方法耗时统计 ; 方法调用参数以及返回值跟踪 ; 方法调用替换;方法hook☆101Jun 8, 2021Updated 4 years ago
- 神策数据官方 Android 埋点 SDK,是一款轻量级用于 Android 端的数据采集埋点 SDK,包含代码埋点、全埋点、点击图和可视化全埋点功能。全埋点通过配合神策官方 Android 埋点插件来实现,神策数据官方 Android 埋点插件使用字节码插桩(ASM)的技…☆1,369Jan 27, 2026Updated last month
- 神策数据官方 Android 埋点插件,用于 Android 端的数据采集。通过使用字节码插桩(ASM)的技术实现 Android 端的全埋点(无埋点、无码埋点、无痕埋点、自动埋点)。☆450Jul 18, 2025Updated 7 months ago
- Android端无埋点统计方案☆327Apr 30, 2019Updated 6 years ago
- Android Asm 插桩 教学☆1,060Sep 13, 2022Updated 3 years ago
- Powerful, comprehensive (Android) application performance management platform. 360线上移动性能检测平台☆2,698May 9, 2019Updated 6 years ago
- Increase layout loading speed 200%☆2,592Jan 8, 2021Updated 5 years ago
- KOOM is an OOM killer on mobile platform by Kwai.☆3,357Jan 12, 2026Updated last month
- 🔥 xCrash provides the Android app with the ability to capture java crash, native crash and ANR. No root permission or any system permiss…☆3,923Jun 27, 2025Updated 8 months ago
- 一套完整有效的android组件化方案,支持组件的组件完全隔离、单独调试、集成调试、组件交互、UI跳转、动态加载卸载等功能☆3,331Aug 5, 2020Updated 5 years ago
- a gradle plugin to remove useless file in apk to reduce apk size☆33Sep 30, 2019Updated 6 years ago
- Dynamic java method AOP hook for Android(continution of Dexposed on ART), Supporting 5.0~11☆4,541Jul 22, 2023Updated 2 years ago
- ☆1,441Dec 14, 2020Updated 5 years ago
- 🔥🔥 android 端编译加速插件🚀 动态识别未改动 module 并在编译流程中替换为 aar ,只编译改动模块,加速 Android apk 的编译速度。☆881Mar 23, 2023Updated 2 years ago
- BoostMultiDex is a solution for quickly loading multiple dex files on low Android version devices (4.X and below, SDK <21).☆1,201May 12, 2022Updated 3 years ago
- A transparent ui-block detection library for Android. (known as BlockCanary)☆6,734Jul 15, 2023Updated 2 years ago
- AppInit 是一款 Android 应用初始化框架,基于组件化的设计思路,功能灵活,使用简单。☆195Dec 10, 2024Updated last year
- Trojan is an efficient mobile terminal lightweight log SDK☆389May 14, 2021Updated 4 years ago
- Android 无埋点框架 使用ASM插桩实现☆25May 22, 2019Updated 6 years ago
- HiBeaver is a gradle plugin for java byte code manipulation and AOP design by modifying project byte code during build of the package, or…☆707Jan 30, 2026Updated last month
- Matrix is a plugin style, non-invasive APM system developed by WeChat.☆11,990Jul 23, 2024Updated last year
- 🔥A lightweight AOP(Android) application framework. Includes the most practical AOP applications.(一个轻量级的AOP(Android)应用框架。囊括了最实用的AOP应用)☆740Dec 15, 2023Updated 2 years ago
- Andromeda simplifies local/remote communication for Android modularization☆2,273Sep 16, 2019Updated 6 years ago
- RecyclerView的LayoutManager,轻松实现各种炫酷、特殊效果,再也不怕产品经理为难!☆2,059Oct 29, 2021Updated 4 years ago