An open API service indexing awesome lists of open source software.

Projects in Awesome Lists tagged with jvm-bytecode

A curated list of projects in awesome lists tagged with jvm-bytecode .

https://github.com/mirkosertic/bytecoder

Framework to interpret and transpile JVM bytecode to JavaScript, OpenCL or WebAssembly.

bytecode compiler decompiler java-bytecode javascript jvm-bytecode kotlin llvm llvm-frontend opencl transpiler webassembly

Last synced: 08 Apr 2025

https://github.com/mirkosertic/Bytecoder

Framework to interpret and transpile JVM bytecode to JavaScript, OpenCL or WebAssembly.

bytecode compiler decompiler java-bytecode javascript jvm-bytecode kotlin llvm llvm-frontend opencl transpiler webassembly

Last synced: 30 Mar 2025

https://github.com/guxingke/mini-jvm

使用 JDK8 实现 JVM(Java Virtual Machine)

interpreter jvm jvm-bytecode jvm8

Last synced: 08 Sep 2025

https://github.com/SkidderMC/FDPClient

Minecraft 1.8.9 forge hacked client based on LiquidBounce.

cheat client client-project client-server client-side gplv3 gradle hack java jvm jvm-bytecode kotlin liquidbounce

Last synced: 14 Apr 2025

https://github.com/shaoxiongdu/jvmstudy

💊JVM 底层原理解析

class docs gc hotspot java jvm jvm-bytecode jvm-languages

Last synced: 16 May 2025

https://github.com/gkbrk/python-jvm-interpreter

Java Virtual Machine implementation in Python

java jvm jvm-bytecode python

Last synced: 09 May 2025

https://github.com/guardsquare/proguard-core

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

build-tool bytecode code-analysis compiler java jvm-bytecode kotlin parser

Last synced: 05 Apr 2025

https://github.com/jgpc42/insn

Functional JVM bytecode generation for Clojure.

asm bytecode-instructions clojure jvm-bytecode

Last synced: 19 Apr 2025

https://github.com/lightbend-labs/jardiff

A tool for comparing JAR files, including method bodies and Scala 2 pickled signatures

command-line-tool diff jvm-bytecode scala

Last synced: 06 Apr 2025

https://github.com/shulietech/linkagent

LinkAgent is a Java-based open-source agent designed to collect data and control Functions for Java applications through JVM bytecode, without modifying applications codes.

agent apm-client jvm-bytecode

Last synced: 07 Apr 2025

https://github.com/Sipkab/jvm-tail-recursion

Optimizer library for tail recursive calls in Java bytecode

jvm-bytecode optimization-tools saker-build tail-recursion

Last synced: 21 Apr 2025

https://github.com/diguage/byte-buddy-tutorial

“Byte Buddy Tutorial” 中文翻译:Byte Buddy 教程。

byte-buddy bytecode code-generation java jvm jvm-bytecode

Last synced: 06 Jul 2025

https://github.com/awslabs/disco

A suite of tools including a framework for creating Java Agents, for aspect-oriented tooling for distributed systems.

agent agents aspect-oriented-programming context-propagation java jvm jvm-bytecode jvm-languages

Last synced: 01 Jul 2025

https://github.com/eth0rium/jvm-manual

This repository is a small wiki related to the JVM and how it functions when executing a program.

assembly java jvm jvm-bytecode reverse-engineering wiki

Last synced: 22 Aug 2025

https://github.com/junkdog/sift

A CLI tool to analyze and reverse model software system designs from JVM bytecode.

cli introspection java-bytecode jvm-bytecode kotlin project-analysis reverse-engineering static-analysis

Last synced: 23 Apr 2025

https://github.com/cojen/maker

Cojen/Maker is a lightweight, full-featured, low-level dynamic Java class generator designed for ease of use.

bytecode code-generation invokedynamic java java-bytecode jvm jvm-bytecode

Last synced: 05 Oct 2025

https://github.com/tktech/lawu

A Python library for inspecting JVM class files (.class)

assembler disassembler jawa jvm jvm-bytecode python

Last synced: 23 Sep 2025

https://github.com/TkTech/lawu

A Python library for inspecting JVM class files (.class)

assembler disassembler jawa jvm jvm-bytecode python

Last synced: 20 Feb 2025

https://github.com/kylestev/jvm.js

A Java VM bytecode library written in ES6 for Node.js

bytecode-library jar java java-bytecode javascript javascript-library jvm jvm-bytecode

Last synced: 29 Oct 2025

https://github.com/connorskees/coffea

Java decompiler written in Rust with a focus on performance

java java-decompiler jvm jvm-bytecode reverse-engineering

Last synced: 23 Mar 2025

https://github.com/chaosunity/ka-pi

A JVM Bytecode Manipulation Framework inspired by ASM.

bytecode-manipulation jvm jvm-bytecode rust

Last synced: 13 Apr 2025

https://github.com/alexp11223/minic

A simple compiler for a C-like programming language to JVM bytecode. Kotlin, ANTLR

antlr ast compiler compiler-design jvm-bytecode kotlin parsing

Last synced: 07 May 2025

https://github.com/mrjameshamilton/bf

An optimizing brainf*ck compiler with multiple target backends: JVM, smali, dex, C, LLVM IR, ARM, WASM, JavaScript and Lox.

arm assembly brainfuck bytecode compiler java javascript jvm jvm-bytecode jvm-language kotlin language llvm llvm-ir lox smali wasm

Last synced: 09 Apr 2025

https://github.com/mnxn/vscode-jvm-bytecode-viewer

JVM Bytecode Viewer for VS Code

bytecode jvm jvm-bytecode vscode-extension

Last synced: 23 Mar 2025

https://github.com/stephengold/asm

A small and fast library for manipulating Java bytecode.

asm bytecode bytecode-manipulation java jvm-bytecode jvm-library library open-source ow2-asm

Last synced: 14 Apr 2025

https://github.com/alexp11223/minic-edu-app

Very basic IDE and visualization/simulation of Mini-C compiler. Tokens, AST, bytecode step-by-step execution

compiler-principles ide jvm jvm-bytecode kotlin simulation visualization

Last synced: 07 May 2025

https://github.com/aki-ks/tactical

Referenced based jvm/dalvik bytecode intermediation.

dalvik disassembler java-bytecode jvm jvm-bytecode

Last synced: 16 Mar 2025

https://github.com/benevanio/novelnexus

Sistema de gerenciamento de livros utilizando a linguagem de programação java

anime book booking-platform books bookstack bookstore java java-8 java-se java8 javaee javafx jdk jre jvm jvm-bytecode jvm-renovate management-system otaku store

Last synced: 25 Sep 2025

https://github.com/rhaeguard/shum

a useless stack-oriented programming language for JVM

compiler java-virtual-machine jvm jvm-bytecode programming-language stack-oriented

Last synced: 27 Sep 2025

https://github.com/louisjenkinscs/functional-jvm-bytecode-interpreter

Proof-of-Concept Java Virtual Machine (JVM) Bytecode Interpreter written in Haskell

bytecode-interpreter functional-programming haskell interpreter java jvm jvm-bytecode proof-of-concept scala

Last synced: 31 Aug 2025

https://github.com/wbars/compiler

Simple Pascal-like language to JVM bytecode compiler

compiler jvm-bytecode

Last synced: 21 Jul 2025

https://github.com/kulp/tyrga

Translate a useful subset of JVM bytecode to tenyr assembly

jvm jvm-bytecode tenyr

Last synced: 03 Apr 2025

https://github.com/alluseri/luna

An experimental JVM class file & bytecode processing library for .NET.

bytecode-manipulation class-file csharp csharp-lib csharp-library dotnet dotnet-lib dotnet-library java-classfiles jvm jvm-bytecode

Last synced: 30 Apr 2025

https://github.com/gregwhitaker/javaagent-example

Example of implementing a Java Agent to do bytecode manipulation at JVM startup

asm bytecode bytecode-manipulation codegen java-agent jvm jvm-bytecode jvm-startup load-time-weaving

Last synced: 25 Feb 2025

https://github.com/aggstam/flex-bison-jvm-language

Simple Flex and Bison programs to validate provided SimpleLanguage file syntax, perform semantic analysis and compile to JVM asembly(jasmin) for execution.

compiler flex-bison jvm-bytecode language-processing

Last synced: 02 Mar 2025

https://github.com/chaosunity/deroast

De-roast the grinded roasted java bytecode!

decompiler jvm-bytecode

Last synced: 05 Mar 2025

https://github.com/envp/depict

Compiler for an Image processing language that works on the JVM!

compilers image-processing java-8 jvm-bytecode

Last synced: 21 Aug 2025

https://github.com/xuwei-k/mima-issue-40

https://github.com/lightbend/migration-manager/issues/40

generics java jvm jvm-bytecode scala

Last synced: 28 Mar 2025

https://github.com/miguelalmeida2/jsonparserlib

Json Parser Lib with Kotlin Reflection API and bytecode generation for JVM

benchmarking jsonparser jvm-bytecode kotlin reflection

Last synced: 05 Nov 2025

https://github.com/lukasmoellerch/class-parser

A rudimentary java .class file parser + disassembler

class java jvm-bytecode react

Last synced: 16 Jun 2025

https://github.com/yeong-hwan/minic-compiler

Compiler that converts a C-like programming language to JVM bytecode

ast code-generator compiler compiler-design jvm-bytecode parsor scanner static-semantic-analysis

Last synced: 27 Mar 2025

https://github.com/mickyabir/jvmg

A C++ library for JVM bytecode

cpp jvm jvm-bytecode library

Last synced: 16 Mar 2025

https://github.com/ohermesjunior/jitescript

Jitescript - Java API for Bytecode generation

asm bytecode java jvm jvm-bytecode library

Last synced: 05 Oct 2025

https://github.com/sonu275981/various-java-project

Various-Java-project

java jvm-bytecode

Last synced: 10 Apr 2025

https://github.com/janotlelapin/lea

A toy compiler targeting the JVM

jvm jvm-bytecode jvm-languages

Last synced: 15 Oct 2025