Skip to content

v1.0.0

Choose a tag to compare

@dhyaniarun1993 dhyaniarun1993 released this 11 Mar 07:58
· 5 commits to dev since this release
35da34b

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