308 skills found · Page 1 of 11
google / Android ClassysharkAndroid and Java bytecode viewer
Col-E / RecafThe modern Java bytecode editor
jboss-javassist / JavassistJava bytecode engineering toolkit
JetBrains / FernflowerDecompiler from Java bytecode to Java, used in IntelliJ IDEA.
AdoptOpenJDK / JitwatchLog analyser / visualiser for Java HotSpot JIT compiler. Inspect inlining decisions, hot methods, bytecode, and assembly. View results in the JavaFX user interface.
konsoletyper / TeavmCompiles Java bytecode to JavaScript, WebAssembly and C
ingokegel / Jclasslibjclasslib bytecode editor is a tool that visualizes all aspects of compiled Java class files and the contained bytecode.
jar-analyzer / Jar AnalyzerJar Analyzer - 一个 JAR 包 GUI 分析工具,方法调用关系搜索,方法调用链 DFS 算法分析,模拟 JVM 的污点分析验证 DFS 结果,字符串搜索,Java Web 组件入口分析,CFG 程序分析,JVM 栈帧分析,自定义表达式搜索,紧跟 AI 技术发展,支持 MCP 调用,支持 n8n 工作流,文档:https://docs.qq.com/doc/DV3pKbG9GS0pJS0tk
SpongePowered / MixinMixin is a trait/mixin and bytecode weaving framework for Java using ASM
ikvmnet / IkvmA Java Virtual Machine and Bytecode-to-IL Converter for .NET
sermant-io / SermantCNCF Sandbox project: A Cloud-Native Proxyless Service Mesh based on Java Bytecode Enhancement Technology
i-net-software / JWebAssemblyJava bytecode to WebAssembly compiler
luaj / LuajLightweight, fast, Java-centric Lua interpreter written for JME and JSE, with string, table, package, math, io, os, debug, coroutine & luajava libraries, JSR-223 bindings, all metatags, weak tables and unique direct lua-to-java-bytecode compiling.
superblaubeere27 / ObfuscatorA java obfuscator (GUI)
mirkosertic / BytecoderFramework to interpret and transpile JVM bytecode to JavaScript, OpenCL or WebAssembly.
beeware / VocA transpiler that converts Python code into Java bytecode
loerting / JByteMod BetaJava bytecode editor
skidfuscatordev / Skidfuscator Java ObfuscatorPublic production-ready obfuscator using the MapleIR framework designed by cts
soywiz-archive / JtranscARCHIVED: Bytecode to source converting Java & Kotlin code into JavaScript, C++, D, C#, PHP, AS3, Dart and Haxe and run it everywhere. Also use JVM code in your favourite language as a library.
javapathfinder / Jpf CoreJPF is an extensible software analysis framework for Java bytecode. jpf-core is the basis for all JPF projects; you always need to install it. It contains the basic VM and model checking infrastructure, and can be used to check for concurrency defects like deadlocks, and unhandled exceptions like NullPointerExceptions and AssertionErrors.