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
//! General factory modules for miscellaneous test helpers.
//!
//! Contains factory functions migrated from various source files
//! that don't fit into specific domain categories.

pub mod disassembler;
pub mod file;

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