rbat 1.0.1

A terminal-native binary analysis tool for security researchers and reverse engineers.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//! # Utility Submodule Groupings
//!
//! This module groups all helper utilities (such as formats, scoring calculations, SVG visualizations,
//! text asset parsers, and test fixture generators) supporting the library.

pub mod csv;
pub mod entropy;
pub mod get_metadata;
pub mod get_txt;
pub mod json;
pub mod pdf;
pub mod raw_padding;
pub mod scoring;
pub mod section_offset;
pub mod stream_error_helper;
pub mod test_helpers;
pub mod viz;