Topic: asm Goto Github
Some thing interesting about asm
Some thing interesting about asm
asm,:books: 《Go语言高级编程》开源图书,涵盖CGO、Go汇编语言、RPC实现、Protobuf插件实现、Web框架实现、分布式系统等高阶主题(完稿)
User: chai2010
Home Page: https://chai2010.cn/advanced-go-programming-book/
asm,:books: 本代码库是作者小傅哥多年从事一线互联网 Java 开发的学习历程技术汇总,旨在为大家提供一个清晰详细的学习教程,侧重点更倾向编写Java核心内容。如果本仓库能为您提供帮助,请给予支持(关注、点赞、分享)!
User: fuzhengwei
Home Page: https://bugstack.cn
asm,The recursive internet scanner for hackers. 🧡
Organization: blacklanternsecurity
Home Page: https://www.blacklanternsecurity.com/bbot/
asm,The modern Java bytecode editor
User: col-e
Home Page: https://recaf.coley.software
asm,《30天自制操作系统》源码中文版。自己制作一个操作系统(OSASK)的过程
User: yourtion
Home Page: https://github.com/yourtion/YOS
asm,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.
Organization: alibaba
Home Page: https://github.com/alibaba/coobjc
asm,Quickly discover exposed hosts on the internet using multiple search engines.
Organization: projectdiscovery
asm,Scouter is an open source APM (Application Performance Management) tool.
Organization: scouter-project
asm,Android 动画各种实现,包括帧动画、补间动画和属性动画的总结分享
User: rebooters
asm,Mixin is a trait/mixin and bytecode weaving framework for Java using ASM
Organization: spongepowered
asm,用于快速找到高耗时方法,定位解决Android App卡顿问题。通过gradle plugin+ASM实现可配置范围的方法插桩来统计所有方法的耗时,并提供友好的界面展示,支持耗时筛选、线程筛选、方法名筛选等。(A Tool for Discovering High Time-consuming Methods for Android App)
User: zhengcx
asm,Rednex Game Boy Development System - An assembly toolchain for the Nintendo Game Boy and Game Boy Color
Organization: gbdev
Home Page: https://rgbds.gbdev.io
asm,🤟 Super fast H.264/H.265 FLV player
User: eroszy
asm,A fast, incremental, concurrent framework to develop compile plugin for android project to manipulate bytecode
User: leaking
asm,一款专注于 Java 主流 Web 中间件的内存马快速生成工具,致力于简化安全研究人员和红队成员的工作流程,提升攻防效率
User: reajason
Home Page: https://party.mem.mk
asm,The development kit for over a hundred z80 family machines - c compiler, assembler, linker, libraries.
Organization: z88dk
Home Page: https://www.z88dk.org
asm,Android Asm 插桩 教学
User: leifzhang
asm,💻 An assembler for custom, user-defined instruction sets! https://hlorenzi.github.io/customasm/web/
User: hlorenzi
asm,A simple guide to x86 architecture, assembly, memory management, paging, segmentation, SMM, BIOS....
User: captainarash
asm,:cherry_blossom: Interactive shellcoding environment to easily craft shellcodes
User: konatabrk
asm,Golang port of Abseil's SwissTable
Organization: dolthub
asm,VS2022 Add-in. Click on any method or class to see what .NET Core's JIT generates for them (ASM).
User: egorbo
asm,A tiny compiler for a language featuring LL(2) grammar. 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
User: zakirullin
asm,Datadog PHP Clients
Organization: datadog
Home Page: https://docs.datadoghq.com/tracing/setup/php
asm,A curated list of Nintendo 64 development resources including toolchains, documentation, emulators, example code, and more
User: command-tab
Home Page: https://n64.dev
asm,本项目通过Android字节码插桩插件实现Android端无埋点(或自动埋点),并且支持根据配置文件实现业务数据的自动采集。
User: nailperry-zd
asm,Open-source attack surface management and authorized security automation platform for asset discovery, service probing, scan orchestration, and security result management.
User: yyhuni
Home Page: https://xingrin.vercel.app/
asm,A simple, clean code, multi-tasking kernel written in pure Assembly language for 64-bit processors from the AMD64 family.
User: corruptedbycpu
Home Page: https://blackdev.org
asm,RISC-V Assembler and Runtime Simulator
User: andrescv
Home Page: https://jupitersim.gitbook.io/
asm,A local diffing tool for decompilation projects
User: encounter
asm,Command-line cross-compiler of assembly language for Z80 CPU.
User: z00m128
Home Page: http://z00m128.github.io/sjasmplus/
asm,Opcode calculator / ASM calculator
User: horsicq
asm,本专栏主要针对字节码编程系列知识栈进行编写文章学习。在字节码编程方便有三个比较常见的框架;ASM、Javassit、Byte-buddy,他们都可以使用自己的API方式进行字节码的插装,通过这样增强方法的方式就可以和Javaagent结合起来开发非入侵的全链路监控服务,以及做反射、中间件和混淆代码等
User: fuzhengwei
Home Page: https://bugstack.cn
asm,interative assembly shell written in rust
User: cch123
asm,:floppy_disk: A minimal, experimental and "toy" monolithic kernel to learn about OS development // Work In Progress
User: willdurand
Home Page: https://williamdurand.fr/ArvernOS/
asm,🔥🔥饿了么开源的 字节码插桩框架 lancet的增强版本,修复了一些Bug,并基于ByteX提高编译速度。支持以下特性:1.插桩功能分组,独立开关配置 2.更多字节码修改能力
User: knight-zxw
asm,Java Dynamic Reverse Engineering and Debugging Tool
User: roger1337
asm,✈️ ASM 4 教程中的示例代码,用于 ASM 学习,介绍了 ASM 中基本的使用说明。
User: andoter0501
asm,A pure Ruby assembler
User: tenderlove
asm,⚡ 亲手编写实现基于王爽老师《汇编语言》的300个汇编程序例程 | Implementation of 300 assembly program examples based on "Assembly Language"
User: nekosilverfox
A declarative, efficient, and flexible JavaScript library for building user interfaces.
🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.
TypeScript is a superset of JavaScript that compiles to clean JavaScript output.
Personal AI Assistant
The Web framework for perfectionists with deadlines.
A PHP framework for web artisans
Bring data to life with SVG, Canvas and HTML. 📊📈🎉
JavaScript (JS) is a lightweight interpreted programming language with first-class functions.
Some thing interesting about web. New door for the world.
A server is a program made to process requests and deliver data to clients.
Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.
Some thing interesting about visualization, use data art
Some thing interesting about game, make everyone happy.
We are working to build community through open source technology. NB: members must have two-factor auth.
Open source projects and samples from Microsoft.
Google ❤️ Open Source for everyone.
Alibaba Open Source for everyone
Data-Driven Documents codes.
China tencent open source team.