本文档是作者小傅哥从网上资料获取整理,方便学习使用。ASM 是一个 Java 字节码操控框架。它能被用来动态生成类或者增强既有类的功能。ASM 可以直接产生二进制 class 文件,也可以在类被加载入 Java 虚拟机之前动态改变类行为。如果本文能为您提供帮助,请给予支持(关注、点赞、分享)!
☆75Mar 23, 2020Updated 6 years ago
Alternatives and similar repositories for asm
Users that are interested in asm are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 一个仿innodb的数据库存储引擎。☆15Sep 17, 2018Updated 7 years ago
- 服务质量监控,检测从研发到测试的过程中,研发质量。包括;接口列表、热点接口、接口质量(通过次数/单测次数),等信息。☆11Jun 17, 2022Updated 3 years ago
- 一款手机上的编程软件☆14Jul 18, 2017Updated 8 years ago
- 第一届PolarDB数据库性能大赛代码。Java语言实现☆17Dec 22, 2018Updated 7 years ago
- ☆41Mar 10, 2021Updated 5 years ago
- Deploy on Railway without the complexity - Free Credits Offer • AdConnect your repo and Railway handles the rest with instant previews. Quickly provision container image services, databases, and storage volumes.
- A Powerful XSS,RXSS,BXSS finding tool☆31Oct 29, 2025Updated 6 months ago
- Python-based proof-of-concept tool for generating payloads that utilize unsafe Java object deserialization.☆10Dec 6, 2021Updated 4 years ago
- 算法的重要性不是在日益减小,而是在日益加强。👨💻🤖🤣☆12May 6, 2023Updated 2 years ago
- 本专栏主要针对字节码编程系列知识栈进行编写文章学习。在字节码编程方便有三个比较常见的框架;ASM、Javassit、Byte-buddy,他们都可以使用自己的API方式进行字节码的插装,通过这样增强方法的方式就可以和Javaagent结合起来开发非入侵的全链路监控服务,以及…☆390Jun 17, 2022Updated 3 years ago
- itstack-demo-asm☆37Aug 20, 2023Updated 2 years ago
- RxJava So Easy! 带你从0手撸一个RxJava的Demo☆14Dec 11, 2020Updated 5 years ago
- 车辆违章查询小程序☆11May 23, 2017Updated 8 years ago
- 在 Spring Boot 项目中简单的将文件存储到:aws-s3、服务器本地、自定义的渠道,同时支持多个存储方式,上传文件时指定存储方式。☆14Aug 5, 2023Updated 2 years ago
- 安卓的性能优化☆53Aug 20, 2018Updated 7 years ago
- Deploy on Railway without the complexity - Free Credits Offer • AdConnect your repo and Railway handles the rest with instant previews. Quickly provision container image services, databases, and storage volumes.
- USB accessory with pyusb☆15Mar 31, 2014Updated 12 years ago
- rocketmq的磁盘存储模块,我增加了延时消息☆11Mar 10, 2019Updated 7 years ago
- 基于springboot starter机制封装web通用的starter☆13Aug 17, 2023Updated 2 years ago
- ☆12Mar 20, 2022Updated 4 years ago
- ☆18Jul 30, 2018Updated 7 years ago
- 打CTF实在厌倦了找利用链,就知道一个fastjson的版本,一堆依赖找啊找,头都疼。为了解决这个烦恼,用了卓卓师傅的fastjson黑名单工具和库,自己改造了一下。☆32Jan 3, 2020Updated 6 years ago
- 这是一个轻量、开发友好的Android手机截屏工具,提供多种自定义的指令,从而满足不同的场景,例如监控、群控等等。☆15Jun 7, 2019Updated 6 years ago
- 汽车-androidAPP-物联网-蓝牙☆11Nov 29, 2017Updated 8 years ago
- 超硬核!使用图数据技术发现软件漏洞☆185Sep 1, 2021Updated 4 years ago
- GPUs on demand by Runpod - Special Offer Available • AdRun AI, ML, and HPC workloads on powerful cloud GPUs—without limits or wasted spend. Deploy GPUs in under a minute and pay by the second.
- 常见数据挖掘和机器学习算法☆33Oct 16, 2013Updated 12 years ago
- 强网 杯2021 线上赛 HarderXSS 赛题及WP☆13Jun 17, 2021Updated 4 years ago
- ☆13Apr 24, 2020Updated 6 years ago
- GoLang implementation of peertalk using usbmuxd for connecting and sending data to iPhone using USB via TCP relay channel☆15Apr 13, 2019Updated 7 years ago
- SCTF2020☆86Jul 10, 2020Updated 5 years ago
- Our PoC for the vulnerable products☆46Dec 1, 2021Updated 4 years ago
- Fork from: https://code.google.com/p/lightweight-java-profiler/☆12May 16, 2018Updated 7 years ago
- ☆12Nov 16, 2020Updated 5 years ago
- Decompile the APK files to Android project with only one step.☆18Dec 26, 2013Updated 12 years ago
- GPU virtual machines on DigitalOcean Gradient AI • AdGet to production fast with high-performance AMD and NVIDIA GPUs you can spin up in seconds. The definition of operational simplicity.
- Zeek scripts that provide an alternative log file logging TLS/SSL traffic☆12May 4, 2021Updated 5 years ago
- pymobiledevice is a python implementation of the libimobiledevice cross-platform software library that talks the protocols to support iPh…☆12Oct 17, 2025Updated 6 months ago
- 安卓系统以及进阶教程☆120Jul 4, 2023Updated 2 years ago
- 一个用java实现的简单数据库模拟系统。☆16Jan 19, 2018Updated 8 years ago
- h264/h265 web video player☆15May 19, 2021Updated 4 years ago
- 基于flutter框架所开发的微校园APP,使用到了SQLLite数据存储,信息推送,图片上传,获取等位等技术和插件☆12Jun 6, 2020Updated 5 years ago
- Spock是国外一款功能强大的测试框架,但是官方的文档和代码示例不太适合我们实际的工程项目,无法解决我们项目中的复杂业务场景,需要找到一套适合自己项目的成熟解决方案,所以觉得有必要把我们项目中使用Spock的经验分享出来,帮助大家解决实际问题或带来一些启发,如果你在使用过程…☆35Apr 4, 2025Updated last year