✈️ ASM 4 教程中的示例代码,用于 ASM 学习,介绍了 ASM 中基本的使用说明。
☆317Jan 18, 2022Updated 4 years ago
Alternatives and similar repositories for asm-module
Users that are interested in asm-module are comparing it to the libraries listed below
Sorting:
- ⚽️ ASM 的简单案例使用☆32Jul 1, 2021Updated 4 years ago
- Android Asm 插桩 教学☆1,060Sep 13, 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
- 适用于Android项目的IDEA插件,用来自动生成DexMaker代码,类似『ASM Bytecode Viewer』☆27Feb 21, 2022Updated 4 years ago
- A fast, incremental, concurrent framework to develop compile plugin for android project to manipulate bytecode☆1,416Sep 10, 2022Updated 3 years ago
- 🔥基于堆栈采样,使用函数火焰图的形式展示Android Main Looper的慢消息处理过程,定位阻塞原因☆509Jun 26, 2024Updated last year
- 适用于Android项目的Gradle插件,用来增量编译class和生成增量dex。跟自带的增量编译Task(assemble)的区别是:这个插件只会编译源文件,不做其他多余的动作☆129Jul 22, 2021Updated 4 years ago
- 从 Java 字节码到 ASM 实践☆145Dec 15, 2021Updated 4 years ago
- 🔥🔥 android 端编译加速插件🚀 动态识别未改动 module 并在编译流程中替换为 aar ,只编译改动模块,加速 Android apk 的编译速度。☆881Mar 23, 2023Updated 2 years ago
- 神策数据官方 Android 埋点插件,用于 Android 端的数据采集。通过使用字节码插桩(ASM)的技术实现 Android 端的全埋点(无埋点、无码埋点、无痕埋点、自动埋点)。☆450Jul 18, 2025Updated 7 months ago
- A lightweight and fast AOP framework for Android App and SDK developers☆2,206Aug 26, 2023Updated 2 years ago
- 🚀Optimizer for mobile applications☆5,062Feb 4, 2026Updated last month
- ☆302May 31, 2021Updated 4 years ago
- 个人的字节码插桩学习工程,也能作为模板参照使用☆29Jun 24, 2019Updated 6 years ago
- 基于ByteX开发的服务发现框架☆14Feb 3, 2020Updated 6 years ago
- 基于字节码插桩,在Android中实现跨module自动注册的gradle插件,可用于模块解耦。已应用于ARouter和CC☆1,127Mar 14, 2023Updated 2 years ago
- A framework for assisting in the renovation of Android componentization(帮助 App 进行组件化改造的动态路由框架)☆1,302Feb 26, 2026Updated last week
- 知乎 Android 团队使用的静态代码检查工具,支持目录、.apk、.dex、.jar、.aar 格式,可通过配置文件添加检查策略。 主要用于检查 Android 应用或依赖库是否有调用隐私接口。☆114Apr 21, 2022Updated 3 years ago
- 用于快速找到高耗时方法,定位解决Android App卡顿问题。通过gradle plugin+ASM实现可配置范围的方法插桩来统计所有方法的耗时,并提供友好的界面展示,支持耗时筛选、线程筛选、方法名筛选等。(A Tool for Discovering High Time…☆1,654Feb 23, 2021Updated 5 years ago
- KOOM is an OOM killer on mobile platform by Kwai.☆3,358Jan 12, 2026Updated last month
- An artifact repository to assist writing Gradle Plugins for Android build system.☆88Dec 28, 2023Updated 2 years ago
- 插件大集合,基于 AGP 7.X ,目前有 🔥 1、依赖检查插件 🐢 2、组件上传插件 😁 3、GAV 替换 module 插件 🏃🏻♀️4、资源冲突检查插件 🍰 5、权限管控插件 ⛰6、Class 分析插件☆144Sep 13, 2023Updated 2 years ago
- init☆99Nov 2, 2022Updated 3 years ago
- 🔥 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
- 一个基于 Kotlin Compiler Plugin 实现的迷你方法耗时无侵入编译插件。☆25May 15, 2022Updated 3 years ago
- 一个使用ASM进行字节码插桩的大图监控框架☆173Aug 6, 2020Updated 5 years ago
- gradle repo includeBuild☆143Jan 4, 2023Updated 3 years ago
- ☆2,094Aug 26, 2025Updated 6 months ago
- 自定义 Lint,基于 AS 3.0+☆46Jul 9, 2019Updated 6 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
- ADI(Android Debug Intensive) 是通过 JVMTI 实现的 Android 应用开发调试的增强工具集,目前主要提供性能相关的监控能力。☆316Apr 21, 2022Updated 3 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
- 模块化启动框架☆142Feb 11, 2022Updated 4 years ago
- HiMem 是知乎内部使用的针对 Android 系统开发的线上应用内存使用监控与分析套件,目前支持 mmap/munmap/malloc/calloc/realloc/free 等库函数的监控,同时提供高性能的 Java 层和 Native 层调用栈捕获能力。☆162Apr 21, 2022Updated 3 years ago
- 零反射全动态Android插件框架☆7,732Updated this week
- 解决 Sharedpreferences 造成的主线程阻塞问题,避免应用因此造成ANR问题,降低ANR率☆100Oct 8, 2024Updated last year
- Android字节码插件,编译期间动态修改代码,改造添加全埋点日志采集功能模块,对常见控件进行监听处理☆394Apr 24, 2019Updated 6 years ago
- A bitmap memory usage monitor for Android. Android 图片内存分析工具,可以帮助发现应用的图片使用是否合理。☆645Jun 27, 2024Updated last year
- library for android which can observe signal from native crash or ANR☆346Feb 2, 2023Updated 3 years ago