Clone this repo:
  1. f1fbf3c [automerger skipped] Empty Merge Android U (ab/10368041) am: a55e6c0991 -s ours am: b9fc8f70c1 -s ours am: 8b699825f0 -s ours am: 115791acf4 -s ours by Xin Li · 10 months ago android14-qpr2-release android14-qpr2-s1-release android14-qpr2-s2-release android14-qpr2-s3-release main master android-14.0.0_r29 android-14.0.0_r30 android-14.0.0_r31 android-14.0.0_r32 android-14.0.0_r33
  2. 115791a [automerger skipped] Empty Merge Android U (ab/10368041) am: a55e6c0991 -s ours am: b9fc8f70c1 -s ours am: 8b699825f0 -s ours by Xin Li · 10 months ago
  3. 8b69982 [automerger skipped] Empty Merge Android U (ab/10368041) am: a55e6c0991 -s ours am: b9fc8f70c1 -s ours by Xin Li · 10 months ago
  4. b9fc8f7 [automerger skipped] Empty Merge Android U (ab/10368041) am: a55e6c0991 -s ours by Xin Li · 10 months ago
  5. a55e6c0 Empty Merge Android U (ab/10368041) by Xin Li · 10 months ago

Java bytecode engineering toolkit

Javassist version 3

Copyright (C) 1999-2018 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