Skip to content
This repository was archived by the owner on Nov 20, 2025. It is now read-only.

Commit ea5efb8

Browse files
authored
Add supersession notice (#50)
1 parent e0d6bf4 commit ea5efb8

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ A Dissect module implementing a parser for Microsofts Extensible Storage Engine
44
Active Directory, Exchange and Windows Update. For more information, please see [the
55
documentation](https://docs.dissect.tools/en/latest/projects/dissect.esedb/index.html).
66

7+
## Supersession notice
8+
9+
This project has been **superseded** by [`dissect.database`](https://github.com/fox-it/dissect.database), which provides the same functionality along with broader database support.
10+
711
## Requirements
812

913
This project is part of the Dissect framework and requires Python.
@@ -25,7 +29,7 @@ This module is also automatically installed if you install the `dissect` package
2529
### Impacket compatibility shim for secretsdump.py
2630

2731
Impacket does not ([yet](https://github.com/fortra/impacket/pull/1452)) have native support for `dissect.esedb`,
28-
so in the meantime a compatibility shim is provided. To use this shim, simply install `dissect.esedb` using the
32+
so in the meantime a compatibility shim is provided. To use this shim, simply install `dissect.esedb` using the
2933
instructions above, and execute `secretsdump.py` like so:
3034

3135
```bash

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "dissect.esedb"
7-
description = "A Dissect module implementing a parser for Microsofts Extensible Storage Engine Database (ESEDB), used for example in Active Directory, Exchange and Windows Update"
7+
description = "Superseded by dissect.database. A Dissect module implementing a parser for Microsofts Extensible Storage Engine Database (ESEDB), used for example in Active Directory, Exchange and Windows Update"
88
readme = "README.md"
99
requires-python = ">=3.10"
1010
license = "Apache-2.0"

0 commit comments

Comments
 (0)