Initial commit: Veritas Forensics Suite Modules (VRE, VIM, VAN, Registry Explorer)

This commit is contained in:
2026-07-28 20:43:12 +02:00
commit 9dbf6d0727
8 changed files with 67 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
use anyhow::Result;
fn main() -> Result<()> {
println!("📖 Veritas Registry Explorer v1.0");
Ok(())
}