🛡️ AutoRE Framework - PHP
Automated Reverse Engineering Platform
📊 Binary Analysis
Automated analysis of PE, ELF, and other binary formats
🔍 Pattern Detection
Malware pattern matching and suspicious code detection
📝 Detailed Reports
Comprehensive HTML and JSON reports
Supported formats: EXE, DLL, SO, ELF, BIN (Max 50MB)
Sample Analysis Output
{
"file_info": {
"filename": "sample.exe",
"file_size": 15872,
"file_type": "PE32 executable",
"md5": "a1b2c3d4e5f678901234567890123456",
"sha256": "abcd1234...",
"entropy": 6.234
},
"risk_score": 45,
"patterns_found": 3
}