xuy / jdjs

Java classfile reader/decoder written in Node

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A simple JVM bytecode decoder written in Javascript

What it does:

  • Correctly reads classfile
  • Extract metainfo (class, method, field) definitions.

What it does not:

  • Validate classfile
  • Interpreting classfile

TODOs:

  • Full opcode support
  • Better output for invoke instructions

About

Java classfile reader/decoder written in Node


Languages

Language:JavaScript 100.0%