dengshiwei / asm-exampleLinks
⚽️ ASM 的简单案例使用
☆31Updated 3 years ago
Alternatives and similar repositories for asm-example
Users that are interested in asm-example are comparing it to the libraries listed below
Sorting:
- 脱离Android模拟器,在Java程序中使用Android下的Canvas、Paint、Bitmap等Graphics类(提取自Android Studio)☆39Updated 4 years ago
- 工作和平时学习过程中对自定义View的思路总结,和API使用☆12Updated 2 years ago
- 实现自定义Plugin,使用ASM可以对class、aar、jar的代码进行修改,自定义plugin配置等。☆28Updated 3 years ago
- ☆34Updated 2 years ago
- 梳理并检查项目中多个module的gradle依赖配置是否存在冲突☆38Updated 2 years ago
- 一个用来监听View事件分发的库☆26Updated 2 years ago
- 一个Android通用的IPC(进程通信)框架。该项目主要是模仿饿了么开源项目Hermes的设计进行的自我理解改写。☆38Updated last year
- This CLI tool is used to compare the difference in APK file size between different versions.☆27Updated 2 years ago
- Android 组件生命周期分发框架,适用于组件化,模块化,启动优化等场景☆21Updated 3 years ago
- LiveData 的工具类☆16Updated 5 years ago
- 基于滴滴Booster项目的 Transform API 进行二次开发,封装成易于使用的 Hook 框架,让你敲最少的代码完成自定义的 Hook 操作☆25Updated last year
- 用来学习Android Gradle Plugin☆18Updated 3 years ago
- AppInit 是一款 Android 应用初始化框架,基于组件化的设计思路,功能灵活,使用简单。☆47Updated 6 years ago
- 动态日志☆26Updated 7 years ago
- 适用于Android项目的IDEA插件,用来自动生成DexMaker代码,类似『ASM Bytecode Viewer』☆28Updated 3 years ago
- android 私有api调用检测☆58Updated 5 years ago
- 分析组件之间的真实依赖关系,并分析类之间的调用情况,解决找不到类、方法、字段等问题☆10Updated last month
- 业务代码解耦,轻松跨模块加载一个类。比如Fragement、View等☆18Updated 6 years ago
- 高性能播放android帧动画。避免 AnimationDrawable 带来的 OOM 问题。High performance Android Frame animation that can play 1080P frame animation on most devi…☆30Updated 4 years ago
- 一款高效的组件间通信方案,0反射,仅需简单配置,即可方便的进行组件间通信☆45Updated 6 years ago
- 包体积优化,资源去重&&资源压缩plugin,https://juejin.cn/post/7322156566413000742☆18Updated last year
- 基于mapping.txt文件,根据原始class名或方法名获取混淆后的class名或方法名,根据混淆后的class名或方法名获取原始class名或方法名,堆栈还原等☆51Updated 6 years ago
- Android transform plugin☆18Updated 4 years ago
- 使用 kotlin 扩展函数和 typealias 封装 带网络状态和解决「粘性」事件的 LiveData☆31Updated 4 years ago
- 一个基于依赖注解的 Android 核心 case 方法优雅写法库,全面支持 apt、kapt、ksp。☆10Updated 3 years ago
- Hook Socket Sample☆31Updated 6 years ago
- 一种在Android上使用JNI修改线程、进程CPU亲和性的示例demo。☆21Updated last year
- 安卓平台(已支持 AGP 8+)上的基于 ASM 实现的高性能轻量级字节码全量操作平台,且支持 dexBuilder 任务增量编译。你只需要专注于如何修改字节码达成业务需求,不需要再去写 Gradle 插件和进行复杂且冗余的 IO 处理。☆63Updated 3 months ago
- MethodCanary is tool to record method invocations☆15Updated 4 years ago
- A library to extend the default glide animated gif, webp decoder, based on giflib, libwebp and FrameSequence with downsample feature. 结合 …☆27Updated 2 years ago