bug-bounty448
google354
microsoft311
facebook262
xss238
apple179
malware174
rce149
exploit124
bragging-post101
cve99
account-takeover93
phishing83
csrf79
privilege-escalation77
supply-chain65
stored-xss65
authentication-bypass63
dos60
browser57
reflected-xss57
react50
cloudflare49
cross-site-scripting48
reverse-engineering48
input-validation48
access-control47
aws45
docker45
smart-contract45
node44
sql-injection43
ethereum43
web343
defi42
web-security42
web-application41
ssrf38
burp-suite35
idor34
vulnerability-disclosure34
info-disclosure33
race-condition33
html-injection33
cloud32
writeup32
oauth32
buffer-overflow32
smart-contract-vulnerability32
information-disclosure30
0
7/10
Unpacker is a modular malware packer detection and unpacking tool that automatically identifies packers (UPX, ASPack, Themida, VMProtect, MPRESS) via signatures, entropy, and heuristics, then dispatches to the appropriate unpacker module—native decompression for UPX, emulation-based unpacking via Unicorn/Qiling for others—with built-in validation using string analysis and file metadata.
malware-analysis
unpacking
packer-detection
pe-format
elf-format
upx
aspack
themida
vmprotect
mpress
emulation
unicorn
unipacker
qiling
static-analysis
entropy-analysis
reverse-engineering
tool
Unpacker
Andrey Pautov
InfoSec Write-ups
UPX
ASPack
Themida
VMProtect
MPRESS
Unicorn
Unipacker
Qiling
String Analyzer
fileinfo.py
0
7/10
A comprehensive guide to static malware analysis workflow covering triage, string analysis, PE import analysis, and unpacking, with open-source tools and an orchestrator for automation. The article explains each step's purpose and how to execute the full workflow programmatically.
malware-analysis
static-analysis
pe-analysis
string-extraction
packer-detection
unpacking
triage
automation
iat-analysis
file-metadata
entropy-analysis
yara
windows-executables
reverse-engineering
python-tools
open-source-tools
Andrey Pautov
InfoSec Write-ups
Basic-File-Information-Gathering-Script
String-Analyzer
PE-Import-Analyzer
Static Malware Analysis Orchestrator
VirusTotal