dismael 0.1.1

Disassembler for Asmodeus binary files with intelligent analysis
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//! Unit tests for the dismael disassembler module

mod unit {
    pub mod basic_disassembly_tests;
    pub mod label_tests;
    pub mod data_recognition_tests;
    pub mod instruction_category_tests;
    pub mod advanced_disassembler_tests;
    pub mod error_tests;
    pub mod performance_tests;
}

pub use unit::*;