monistode-binutils 0.1.1

A cleaner rust backend implementation of the monistode binutils
Documentation
1
2
3
4
5
6
7
pub mod common;
pub mod header;
pub mod text;

pub use common::Section;
pub use header::{SectionHeader, SymbolTableHeader, TextSectionHeader};
pub use text::TextSection;