2022-06-27 16:24:16 +02:00
2022-06-21 14:30:57 +02:00
2022-06-27 16:24:16 +02:00
2022-06-25 09:10:39 +02:00
2022-06-27 13:24:28 +02:00

upx-recovery-tool

upx-recovery-tool is a script that aims to repair the most common modifications done by malware creators to ELF UPX-compressed files done to prevent their automatic unpacking with a standard UPX tool.

Implemented UPX fixes / Features

This tool detects and repairs the following common modifications:

  • l_magic field of the l_info structure (UPX! magic value)
  • p_filesize and p_blocksize fields of the p_info structure

Dependencies

The script requires the following libraries listed on requirements.txt:

Description
No description provided
Readme BSD-3-Clause 87 KiB
Languages
Python 74.1%
YARA 25.9%