Releases: ChainSafe/vm-compat
Releases · ChainSafe/vm-compat
v1.1.0
v1.0.0
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
- @dhyaniarun1993 made their first contribution in #10
- @ohmpatel1997 made their first contribution in #14
- @sadiq1971 made their first contribution in #15
Full Changelog: https://github.com/ChainSafe/vm-compat/commits/v1.0.0