BytecodeParser

A Java library to parse JVM bytecode
Download

BytecodeParser Ranking & Summary

Advertisement

  • Rating:
  • Publisher Name:
  • Stephane Godbillon
  • Operating Systems:
  • Windows All
  • File Size:
  • 1.5 MB

BytecodeParser Tags


BytecodeParser Description

BytecodeParser was developed as an Open Source Java library that can help the user statically parse Java bytecode by extracting as much information as possible. It is based upon javassist. It can also statically analyze each method’s frame, for particular purposes like retrieving the names of the local variable names given as parameters of a method call (its original purpose), check if all the frames are reachable, etc. BytecodeParser simulates the stack operations made by the opcodes in the CodeAttribute. It can give you the state of the stack before and after the frame is run.


BytecodeParser Related Software