Skip to content

darkmatter-lang/integrity-validation-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Darkmatter LLVM-IR Integrity Validation Tool

A tool to validate the integrity of a Darkmatter-compiled LLVM-IR assembly file.

Features

  • Rudimentary integrity detection.
  • Basic LLVM-IR metadata analysis.

Usage

Requires Docker!

# Show assembly information and validate assembly integrity
./ivt.sh analyze test/exit_42.ll

# Perform a quick integrity check on all files in `test/`
./ivt.sh check test/*