petriage 0.5.0

Cross-platform PE file surface analysis tool for malware analysts
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pub mod file_info;
pub mod headers;
pub mod sections;
pub mod imports;
pub mod exports;
pub mod strings;
pub mod overlay;
pub mod resources;
pub mod rich_header;
pub mod tls;
pub mod debug;
pub mod authenticode;
pub mod opsec;
pub mod build_info;
pub mod editor;