Metadata-Version: 2.1
Name: AntiMALReverse
Version: 0.2
Summary: A novel reverse engineering toolkit for detecting and analyzing malware.
Home-page: https://github.com/codewithjoymondal
Author: Joy Mondal
Author-email: contact.joymondal@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# AntiMALReverse

AntiMALReverse is a novel reverse engineering toolkit designed to detect and analyze malware using advanced techniques such as hybrid disassembly and decompilation, behavioral code flow analysis, contextual string and resource extraction, and AI-enhanced obfuscation removal.

## Features

- Hybrid Disassembly and Decompilation
- Behavioral Code Flow Analysis
- Contextual String and Resource Extraction
- AI-Enhanced Obfuscation Removal

## Installation

You can install the package using pip:

```sh
pip install .
