35
I Use This!
Low Activity
Analyzed 1 day ago. based on code collected 1 day ago.

Project Summary

ASM is a Java bytecode manipulation framework. It can be used to dynamically generate stub classes or other proxy classes, directly in binary form, or to dynamically modify classes at load time, i.e., just before they are loaded into the Java Virtual Machine.
ASM offers similar functionalities as BCEL or SERP, but is much smaller (33KB instead of 350KB for BCEL and 150KB for SERP) and faster than these tools (the overhead of a load time class transformation is of the order of 60% with ASM, 700% or more with BCEL, and 1100% or more with SERP). Indeed ASM was designed to be used in a dynamic way* and was therefore designed and implemented to be as small and as fast as possible.

Tags

bytecode class decompiler generator java java_decompiler jvm obfuscate optimize software_development

BSD 3-clause "New" or "Revised" License
Permitted

Commercial Use

Modify

Distribute

Place Warranty

Forbidden

Hold Liable

Use Trademarks

Required

Include Copyright

Include License

These details are provided for information only. No information here is legal advice and should not be used as such.

Project Security

Vulnerabilities per Version ( last 10 releases )

There are no reported vulnerabilities

Project Vulnerability Report

Security Confidence Index

Poor security track-record
Favorable security track-record

Vulnerability Exposure Index

Many reported vulnerabilities
Few reported vulnerabilities

Did You Know...

  • ...
    there are over 3,000 projects on the Open Hub with security vulnerabilities reported against them
  • ...
    search using multiple tags to find exactly what you need
  • ...
    55% of companies leverage OSS for production infrastructure
  • ...
    check out hot projects on the Open Hub
About Project Security

Languages

Java
99%
5 Other
1%

30 Day Summary

Apr 21 2025 — May 21 2025

12 Month Summary

May 21 2024 — May 21 2025
  • 50 Commits
    Up + 7 (16%) from previous 12 months
  • 11 Contributors
    Up + 4 (57%) from previous 12 months

Ratings

14 users rate this project:
4.78571
   
4.8/5.0
Click to add your rating
  
Review this Project!