JEP draft: Classfile API

This page summarizes the projects mentioned and recommended in the original post on /r/java

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • Maker

    Lightweight, full-featured, low-level dynamic Java class generator designed for ease of use.

  • I should have clarified that I meant the standard C runtime. Here's one take on a higher level API to emit class files: https://github.com/cojen/Maker

  • CAFED00D

    Obfuscation resilent Java class reader/writer

  • I ended up making my own class filtering system dedicated to patching these problems out before being fed into the more fleshed out ASM library.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • proguard-core

    Library to read, write, analyze, and process java bytecode

  • The MethodBuilder "low-level" example looks like the ProGuardCORE API for building classes & code sequences, which can be written as:

  • klox

    A Kotlin implementation of lox with a JVM backend built using ProGuardCORE

  • I was also experimenting in Kotlin with some higher-level helper functions for the ProGuardCORE code builder, like using code blocks for try-catch, switches etc

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts