Coder Social home page Coder Social logo

teamworkguy2 / classloading Goto Github PK

View Code? Open in Web Editor NEW
0.0 3.0 1.0 1.44 MB

Java class file parsing and manipulation

License: MIT License

Java 98.90% JavaScript 1.10%
bytecode-reading classloader class-loader bytecode-parsing bytecode-parser jvm-bytecode java

classloading's Introduction

ClassLoading

Java class file parsing, manipulation, and decompilation library. This library is mostly experimental for my own personal learning. It can load and save class files and lookup class file dependencies, but contains few helpers for making changes to class files or validating those changes. The class file format is fully implemented in twg2.jbcm.classFormat and sub packages, including all constant pool entry types and class file attributes. See the twg2.jbcm.main.UsageCliMain class for a simple command line interface you can use to load and print class file info.

Reference: Java Virtual Machine Spec (Java 9)

Packages:

twg2.jbcm.classFormat

Contains implementation of the class file format with related attributes (twg2.jbcm.classFormat.attributes) and constant pool types (twg2.jbcm.classFormat.constantPool).

twg2.jbcm & twg2.jbcm.modify

Interfaces and utilities for searching and modifying class files.

twg2.jbcm

Utilities and the Opcodes enum containing detailed, programatic information about the Java instruction set opcodes. Also see extract-opcodes.js file for how the enum literals in Opcodes are generated.

twg2.jbcm.dynamicModification & twg2.jbcm.parserExamples

Classes used by the example and test packages.

twg2.jbcm.runtime

Runtime class loading.

twg2.jbcm.main

Example console apps.

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.