Skip to content

anthonywww/darkmatter-ivt

 
 

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/*

About

Darkmatter LLVM-IR Integrity Validation Tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 98.1%
  • LLVM 1.1%
  • Other 0.8%