rbat 0.1.1

A terminal-native binary analysis tool for security researchers and reverse engineers.
1
2
3
4
5
6
7
8
9
10
11
pub mod analyzer;
pub mod csv;
pub mod entropy;
pub mod get_metadata;
pub mod get_txt;
pub mod json;
pub mod pdf;
pub mod scoring;
pub mod section_offset;
pub mod test_helpers;
pub mod viz;