Skip to content

Commit 8c0b7cf

Browse files
committed
master
2 parents 5a12a08 + 0e096cc commit 8c0b7cf

1 file changed

Lines changed: 9 additions & 8 deletions

File tree

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# ReversibleAI
22

3+
[![PyPI version](https://badge.fury.io/py/reversibleai.svg)](https://badge.fury.io/py/reversibleai)
4+
[![Python versions](https://img.shields.io/pypi/pyversions/reversibleai.svg)](https://pypi.org/project/reversibleai/)
5+
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
6+
37
**ReversibleAI** - Advanced Static & Dynamic Analysis Framework for Malware Analysis and Reverse Engineering
48

59
A modern, modular Python framework for binary analysis that bridges the gap between traditional reverse engineering tools and contemporary analysis techniques.
@@ -44,6 +48,11 @@ reversibleai info malware.exe
4448
reversibleai hash-scan malware.exe --signatures signatures.db
4549
```
4650

51+
**Interactive mode:**
52+
```bash
53+
reversibleai interactive
54+
```
55+
4756
### Python API
4857

4958
**Basic Analysis:**
@@ -100,18 +109,10 @@ report_gen.generate_analysis_report(
100109
- Python 3.11 or higher
101110
- See `requirements.txt` for dependencies
102111

103-
## Documentation
104-
105-
For detailed documentation, visit: https://reversibleai.readthedocs.io
106-
107112
## License
108113

109114
MIT License - see LICENSE file for details
110115

111-
## Contributing
112-
113-
Contributions are welcome! Please see CONTRIBUTING.md for guidelines.
114-
115116
## Support
116117

117118
- **Issues**: https://github.com/reversibleai/reversibleai/issues

0 commit comments

Comments
 (0)