Skip to content

Releases: ChainSafe/vm-compat

v1.1.0

11 Mar 12:53
de6cb29
Compare
Choose a tag to compare

1.1.0 (2025-03-11)

Features

v1.0.0

11 Mar 07:58
35da34b
Compare
Choose a tag to compare

Features

  • Static Analysis: Analyzes Go source code without executing it.
  • Disassembler Integration: Converts Go code into low-level instructions.
  • Opcode and Syscall Detection: Identifies all syscalls and opcodes used in the program.
  • SSA Call Graph Analysis: Uses Go's SSA (Static Single Assignment) form to detect syscalls within function call graphs.
  • Compatibility Checking: Helps determine whether a given Go program is incompatible with a targeted VM.

New Contributors

Full Changelog: https://github.com/ChainSafe/vm-compat/commits/v1.0.0