Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 316 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 316 Bytes

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.