An open API service indexing awesome lists of open source software.

https://github.com/axion-security/cosmic

Modular Toolkit for Binary Exploration
https://github.com/axion-security/cosmic

binary reverse-engineering reversing toolkit

Last synced: about 1 month ago
JSON representation

Modular Toolkit for Binary Exploration

Awesome Lists containing this project

README

          

# 🔧 COSMIC

**Reverse Engineering at Lightspeed**
*Modular Toolkit for Binary Exploration*

![image](https://github.com/user-attachments/assets/82319258-38dd-4cb3-96c2-819b3f8a8b66)

---

## 🚀 Core Features

### đŸ“Ļ **Smart Execution System**
- Auto-handle compressed files đŸ—œī¸
- Admin privilege escalation support ⚡
- Cross-platform argument templating 📝

### 🌐 **Universal Compatibility**
- Multi-OS support (Windows/Linux/macOS) đŸ–Ĩī¸
- All architecture's ready 🔧

### 🔍 **Tool Intelligence**
- Centralized metadata profiles 📄
- Automated requirement checks ✅
- Cloud-Powered Tool Sourcing đŸŒŠī¸

and more!

---

## 🧩 Tool Configuration Example

```json
{
"Execution": {
"FileLocation": "tools/ILSpy/ilspycmd",
"Arguments": ["-p", "-o", "./output"],
"RunAsAdmin": false
},
"Compatibility": {
"OS": ["TempleOS"],
"Architectures": ["x64"]
}
}
```

---

## 🤝 Contribution

```bash
# 1. Fork repository
# 2. Create feature branch
git checkout -b feat/awesome-feature

# 3. Commit changes
git commit -m "feat: Add binary pattern scanner"

# 4. Push and open PR
git push origin feat/awesome-feature
```

---

## 📜 License
MIT Licensed - See [LICENSE](LICENSE) for details
*"With great power comes great reverse engineering"*