ntdsextract2 0.12.1

Display contents of Active Directory database files (ntds.dit)
1
2
3
4
pub (crate) enum EntryId {
    Id(i32),
    Rid(u32),
}