08e8d462fe
RED PILL 🔴 💊
8 lines
No EOL
124 B
Text
8 lines
No EOL
124 B
Text
import "pe"
|
|
|
|
rule UPX_Packed
|
|
{
|
|
condition:
|
|
pe.sections[0].name contains "UPX0" and
|
|
pe.sections[1].name contains "UPX1"
|
|
} |