Repository navigation
asm
- Website
- Wikipedia
📚 《Go语言高级编程》开源图书,涵盖CGO、Go汇编语言、RPC实现、Protobuf插件实现、Web框架实现、分布式系统等高阶主题(完稿)
📚 本代码库是作者小傅哥多年从事一线互联网 Java 开发的学习历程技术汇总,旨在为大家提供一个清晰详细的学习教程,侧重点更倾向编写Java核心内容。如果本仓库能为您提供帮助,请给予支持(关注、点赞、分享)!
The recursive internet scanner for hackers. 🧡
The modern Java bytecode editor
coobjc provides coroutine support for Objective-C and Swift. We added await method、generator and actor model like C#、Javascript and Kotlin. For convenience, we added coroutine categories for some Foundation and UIKit API in cokit framework like NSFileManager, JSON, NSData, UIImage etc. We also add tuple support in coobjc.
ByteX is a bytecode plugin platform based on Android Gradle Transform API and ASM. 字节码插件开发平台
Quickly discover exposed hosts on the internet using multiple search engines.
Scouter is an open source APM (Application Performance Management) tool.
Android 动画各种实现,包括帧动画、补间动画和属性动画的总结分享
用于快速找到高耗时方法,定位解决Android App卡顿问题。通过gradle plugin+ASM实现可配置范围的方法插桩来统计所有方法的耗时,并提供友好的界面展示,支持耗时筛选、线程筛选、方法名筛选等。(A Tool for Discovering High Time-consuming Methods for Android App)
Mixin is a trait/mixin and bytecode weaving framework for Java using ASM
🤟 Super fast H.264/H.265 FLV player
A fast, incremental, concurrent framework to develop compile plugin for android project to manipulate bytecode
A simple guide to x86 architecture, assembly, memory management, paging, segmentation, SMM, BIOS....