ntdsextract2 1.4.25

Display contents of Active Directory database files (ntds.dit)
1
2
3
4
5
pub trait Writer {
    fn write_typenames<I>(&self, names: I) -> anyhow::Result<()>
    where
        I: Iterator<Item = String>;
}