dissect.database.bsd¶
Subpackages¶
Submodules¶
Package Contents¶
Classes¶
Berkeley DB. |
- class dissect.database.bsd.DB(fh: BinaryIO)¶
Berkeley DB.
- Parameters:
fh – File-like object containing the Berkeley DB data.
- fh¶
- page_size¶
- page¶
- property is_btree: bool¶
Return whether the database of a
DB_BTREEtype.
- property is_recno: bool¶
Return whether the database is a
DB_RECNOtype.
- property is_hash: bool¶
Return whether the database is a
DB_HASHtype.