Skip to content

Axion-Security/Cosmic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🔧 COSMIC

Reverse Engineering at Lightspeed
Modular Toolkit for Binary Exploration

image


🚀 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

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

🤝 Contribution

# 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 for details
"With great power comes great reverse engineering"