# Packed and Obfuscated Malware

### Obfuscated and Packed Malware

* Obfuscated programs are ones whose execution the malware author has attempted to hide.
* Packed programs are a subset of obfuscated programs in which the malicious program is compressed and cannot be analyzed.

### Packing Files

* The code is compressed, like in Zip file
* This makes the strings and instructions unreadable
* All you'll see is the wrapper – small code that unpacks the file when it is run

![](/files/-MF8-h9-vd_GCjbf2gEA)

![Detecting Packers with PEiD](/files/-MF8-jUR_ffdmmXjEyNm)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://wiki.zacheller.dev/exploit-dev-analysis/static-analysis/packed-and-obfuscated-malware.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
