dotscope 0.6.0

A high-performance, cross-platform framework for analyzing and reverse engineering .NET PE executables
Documentation
1
2
3
4
5
6
7
8
9
//! Metadata factory modules for creating general metadata test structures.
//!
//! Contains factory functions migrated from metadata-related source files
//! that create test data for metadata manipulation and testing.

pub mod cilassemblyview;
pub mod customattributes;

// Additional modules will be added as we migrate each metadata file