Giter Site home page Giter Site logo

asm's Introduction

ASM

ASM is an all purpose Java bytecode manipulation and analysis framework. It can be used to modify existing classes or to dynamically generate classes, directly in binary form. ASM provides some common bytecode transformations and analysis algorithms from which custom complex transformations and code analysis tools can be built. ASM offers similar functionality as other Java bytecode frameworks, but is focused on performance. Because it was designed and implemented to be as small and as fast as possible, it is well suited for use in dynamic systems (but can of course be used in a static way too, e.g. in compilers).

Building the Project

To build the project, you need to have Java 11+ installed on your system. You can build the project by running the following command:

./gradle/gradlew clean build

After the build is complete, you can find the compiled JAR files in the corresponding build/libs directory of each submodule.

To run only the project tests, you can use the following command:

./gradle/gradlew test

How to Contribute

To contribute to the ASM project fork this repository on GitLab, make changes, then send us a merge request. We will review your changes and apply them to the master branch. To avoid frustration, before sending us your merge request, please run a full Gradle build to ensure that your changes do not violate our quality standards:

./gradle/gradlew clean build

All submodules are checked with googleJavaFormat, Checkstyle and PMD.

Reporting Issues

If you encounter any issues with the ASM project, please create a new issue on the GitLab issue tracker.

License

ASM is licensed under the BSD 3-Clause License.

asm's People

Contributors

ebruneton avatar forax avatar stsypanov avatar godin avatar retronym avatar lrytz avatar exe-boss avatar jamierocks avatar izeye avatar hyperpape avatar sify21 avatar eamonnmcmanus avatar yawkat avatar kb-1000 avatar volodya-lombrozo avatar trask avatar taliamccormick avatar sergiitsypanov avatar mbenson avatar mhow2 avatar zhanhb avatar karlatemp avatar iotabread avatar emspishak avatar liutikas avatar

Watchers

tocjava avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.