asm
There are 2046 repositories under asm topic.
chai2010/advanced-go-programming-book
:books: 《Go语言高级编程》开源图书,涵盖CGO、Go汇编语言、RPC实现、Protobuf插件实现、Web框架实现、分布式系统等高阶主题(完稿)
fuzhengwei/CodeGuide
:books: 本代码库是作者小傅哥多年从事一线互联网 Java 开发的学习历程技术汇总,旨在为大家提供一个清晰详细的学习教程,侧重点更倾向编写Java核心内容。如果本仓库能为您提供帮助,请给予支持(关注、点赞、分享)!
blacklanternsecurity/bbot
A recursive internet scanner for hackers.
Col-E/Recaf
The modern Java bytecode editor
yourtion/30dayMakeOS
《30天自制操作系统》源码中文版。自己制作一个操作系统(OSASK)的过程
alibaba/coobjc
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.
bytedance/ByteX
ByteX is a bytecode plugin platform based on Android Gradle Transform API and ASM. 字节码插件开发平台
projectdiscovery/uncover
Quickly discover exposed hosts on the internet using multiple search engines.
scouter-project/scouter
Scouter is an open source APM (Application Performance Management) tool.
REBOOTERS/AndroidAnimationExercise
Android 动画各种实现,包括帧动画、补间动画和属性动画的总结分享
zhengcx/MethodTraceMan
用于快速找到高耗时方法,定位解决Android App卡顿问题。通过gradle plugin+ASM实现可配置范围的方法插桩来统计所有方法的耗时,并提供友好的界面展示,支持耗时筛选、线程筛选、方法名筛选等。(A Tool for Discovering High Time-consuming Methods for Android App)
ErosZy/WXInlinePlayer
🤟 Super fast H.264/H.265 FLV player
SpongePowered/Mixin
Mixin is a trait/mixin and bytecode weaving framework for Java using ASM
Leaking/Hunter
A fast, incremental, concurrent framework to develop compile plugin for android project to manipulate bytecode
gbdev/rgbds
Rednex Game Boy Development System - An assembly toolchain for the Nintendo Game Boy and Game Boy Color
minio/c2goasm
C to Go Assembly
yrp604/rappel
A linux-based assembly REPL for x86, amd64, armv7, and armv8
Leifzhang/AndroidAutoTrack
Android Asm 插桩 教学
Captainarash/The_Holy_Book_of_X86
A simple guide to x86 architecture, assembly, memory management, paging, segmentation, SMM, BIOS....
z88dk/z88dk
The development kit for over a hundred z80 family machines - c compiler, assembler, linker, libraries.
merrychap/shellen
:cherry_blossom: Interactive shellcoding environment to easily craft shellcodes
dolthub/swiss
Golang port of Abseil's SwissTable
hlorenzi/customasm
💻 An assembler for custom, user-defined instruction sets! https://hlorenzi.github.io/customasm/web/
EgorBo/Disasmo
VS2022 Add-in. Click on any method or class to see what .NET Core's JIT generates for them (ASM).
zakirullin/tiny-compiler
A tiny compiler for a language featuring LL(2) with Lexer, Parser, ASM-like codegen and VM. Complex enough to give you a flavour of how the "real" thing works whilst not being a mere toy example
shuding/y86
A Y86 pipeline CPU simulator in JavaScript.
nailperry-zd/LazierTracker
本项目通过Android字节码插桩插件实现Android端无埋点(或自动埋点),并且支持根据配置文件实现业务数据的自动采集。
nanochess/Invaders
Invaders game in 512 bytes (boot sector)
DataDog/dd-trace-php
Datadog PHP Clients
jameslzhu/riscv-card
An unofficial assembly reference for RISC-V.
CorruptedByCPU/Cyjon
A simple, clean code, multi-tasking kernel written in pure Assembly language for 64-bit processors from the AMD64 family.
andrescv/jupiter
RISC-V Assembler and Runtime Simulator
rchaocai/Luffy
Android字节码插件,编译期间动态修改代码,改造添加全埋点日志采集功能模块,对常见控件进行监听处理
z00m128/sjasmplus
Command-line cross-compiler of assembly language for Z80 CPU.
fuzhengwei/itstack-demo-bytecode
本专栏主要针对字节码编程系列知识栈进行编写文章学习。在字节码编程方便有三个比较常见的框架;ASM、Javassit、Byte-buddy,他们都可以使用自己的API方式进行字节码的插装,通过这样增强方法的方式就可以和Javaagent结合起来开发非入侵的全链路监控服务,以及做反射、中间件和混淆代码等
horsicq/XOpcodeCalc
Opcode calculator / ASM calculator