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
- Host: GitHub
- URL: https://github.com/axion-security/cosmic
- Owner: Axion-Security
- License: other
- Created: 2025-01-30T13:03:30.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-04T14:04:26.000Z (about 1 year ago)
- Last Synced: 2025-06-09T00:06:27.784Z (10 months ago)
- Topics: binary, reverse-engineering, reversing, toolkit
- Language: Go
- Homepage:
- Size: 37.1 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# đ§ COSMIC
**Reverse Engineering at Lightspeed**
*Modular Toolkit for Binary Exploration*

---
## đ 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"*