nabla-cli 0.2.1

An OSS tool for reverse engineering and binary composition analysis
Documentation
1
2
3
4
5
6
// src/routes/mod.rs
pub mod binary;
pub mod debug;

pub use binary::{check_cve, diff_binaries, health_check, upload_and_analyze_binary};
pub use debug::debug_multipart;