> For the complete documentation index, see [llms.txt](https://firmianay.gitbook.io/ctf-all-in-one/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://firmianay.gitbook.io/ctf-all-in-one/9_appendix/9.2_wintools.md).

# 9.2 更多 Windows 工具

* [010 Editor](#010-editor)
* [DIE](#die)
* [PEiD](#peid)
* [PE Studio](https://github.com/firmianay/CTF-All-In-One/blob/master/doc/pe-studio/README.md)
* [PEview](#peview)
* [PortEx Analyzer](#portex-analyzer)
* [Resource Hacker](#resource-hacker)
* [wxHexEditor](#wxhexeditor)
* [PDF Stream Dumper](#pdf-stream-dumper)
* [EMET](#emet)

## 010 Editor

<https://www.sweetscape.com/010editor/>

## DIE

<http://ntinfo.biz/>

## PEiD

<http://www.softpedia.com/get/Programming/Packers-Crypters-Protectors/PEiD-updated.shtml>

PEiD 是一个用于检测常用壳，加密，压缩的小程序。恶意软件编写者通常会进行加壳和混淆让恶意软件不容易被检测和分析。PEiD 可以检查超过 600 种不同的 PE 文件签名，这些数据存放在 `userdb.txt` 文件中。

## PE Studio

<https://www.winitor.com/>

## PEview

<http://wjradburn.com/software/>

## PortEx Analyzer

<https://github.com/katjahahn/PortEx>

## Resource Hacker

<http://www.angusj.com/resourcehacker/>

## wxHexEditor

<http://www.wxhexeditor.org/>

## PDF Stream Dumper

<http://sandsprite.com/blogs/index.php?uid=7&pid=57>

## EMET

<https://support.microsoft.com/en-us/help/2458544/the-enhanced-mitigation-experience-toolkit>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://firmianay.gitbook.io/ctf-all-in-one/9_appendix/9.2_wintools.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
