Skip to content

finding differences by the constant pool

Notifications You must be signed in to change notification settings

chains-project/by-the-pool

Repository files navigation

by-the-pool

Goal

Find a better way to diff JVM bytecode in order to prove reproducibility.

Approaches:

  1. AST: diff based on tree representation of JVM bytecode.
  2. Canonicalization: diff on the intermediate representation inspired by §4.4 Bytecode Canonicalization.

About

finding differences by the constant pool

Resources

Stars

Watchers

Forks

Languages