Skip to content

Commit a993798

Browse files
committed
Update contact email to pentestdatabase@gmail.com
- Update email in README.md Support section - Update author and maintainer email in pyproject.toml - Update __email__ in reversibleai/__init__.py
1 parent dcc904f commit a993798

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ MIT License - see [LICENSE](LICENSE) file for details
203203
## Support
204204

205205
- **Issues**: [GitHub Issues](https://github.com/hexria/ReversibleAI/issues)
206-
- **Email**: info@reversibleai.com
206+
- **Email**: pentestdatabase@gmail.com
207207

208208
## Development Status
209209

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ description = "Advanced Static & Dynamic Analysis Framework for Malware Analysis
99
readme = "README.md"
1010
license = {text = "MIT"}
1111
authors = [
12-
{name = "ReversibleAI Team", email = "info@reversibleai.com"}
12+
{name = "ReversibleAI Team", email = "pentestdatabase@gmail.com"}
1313
]
1414
maintainers = [
15-
{name = "ReversibleAI Team", email = "info@reversibleai.com"}
15+
{name = "ReversibleAI Team", email = "pentestdatabase@gmail.com"}
1616
]
1717
keywords = ["reverse-engineering", "malware-analysis", "static-analysis", "dynamic-analysis", "ida", "ghidra", "radare2"]
1818
classifiers = [

reversibleai/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
__version__ = "0.1.0"
99
__author__ = "ReversibleAI Team"
10-
__email__ = "info@reversibleai.com"
10+
__email__ = "pentestdatabase@gmail.com"
1111

1212
from .core import *
1313
from .plugins import *

0 commit comments

Comments
 (0)