All Projects → jboss-javassist → Javassist

jboss-javassist / Javassist

Licence: other
Java bytecode engineering toolkit

Programming Languages

java
68154 projects - #9 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to Javassist

OSRSUpdater
A simple (and outdated) Old-School RuneScape decompiler/deobfuscator. Performs field and method analysis which uses ASM and bytecode patterns for identification. Identified fields could be used for creating bot clients or QoL clients. For educational use only.
Stars: ✭ 13 (-99.61%)
Mutual labels:  java-bytecode
jvm.js
A Java VM bytecode library written in ES6 for Node.js
Stars: ✭ 33 (-99.02%)
Mutual labels:  java-bytecode
Cojen
Java bytecode generation and disassembly tools
Stars: ✭ 28 (-99.17%)
Mutual labels:  java-bytecode
LLVM-JVM
[W.I.P] A Just-In-Time Java Virtual Machine written in Haskell
Stars: ✭ 22 (-99.35%)
Mutual labels:  java-bytecode

Java CI with Maven

Java bytecode engineering toolkit

Javassist version 3

Copyright (C) 1999-2021 by Shigeru Chiba, All rights reserved.

Javassist (JAVA programming ASSISTant) makes Java bytecode manipulation simple. It is a class library for editing bytecodes in Java; it enables Java programs to define a new class at runtime and to modify a class file when the JVM loads it. Unlike other similar bytecode editors, Javassist provides two levels of API: source level and bytecode level. If the users use the source- level API, they can edit a class file without knowledge of the specifications of the Java bytecode. The whole API is designed with only the vocabulary of the Java language. You can even specify inserted bytecode in the form of source text; Javassist compiles it on the fly. On the other hand, the bytecode-level API allows the users to directly edit a class file as other editors.

This software is distributed under the Mozilla Public License Version 1.1, the GNU Lesser General Public License Version 2.1 or later, or the Apache License Version 2.0.

Files

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].