Unpacker is a modular Python tool for detecting and unpacking packed malware (UPX, ASPack, Themida, VMProtect, MPRESS). It uses a pipeline of detection methods—section names, entropy, heuristics, and path hints—to identify the packer, then dispatches to the appropriate unpacker module. UPX uses native decompression; ASPack,
Sort: