百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
H

hollows_hunter

> 编程语言
开源

扫描所有正在运行的进程。识别并清除各种潜在的恶意插件(替换/植入的 PE、shellcode、钩子、内存补丁)。

2.4K stars0 点赞0 次浏览
访问官网GitHub

工具介绍

扫描所有正在运行的进程。识别并清除各种潜在的恶意插件(替换/植入的 PE、shellcode、钩子、内存补丁)。

hollows_hunter

Hollows Hunter is a command-line application based on PE-sieve passive memory scanner. Recognizes and dumps a variety of potentially malicious implants (replaced/implanted PEs, shellcodes, hooks, in-memory patches). While in case of PE-sieve you can select the process only by its PID, Hollows Hunter allows to select them by various criteria, such as:

  • list of PIDs
  • list of names
  • the time of creation (relatively to the Hollows Hunter execution time)

If no specific target is selected, it proceeds to scan all available processes.

Hollows Hunter allows also for continuous memory scanning, via /loop argument, or by being run as an ETW listener: in /etw mode (64-bit version only).

[!IMPORTANT]
The available arguments are documented on Wiki. They can also be listed using the argument /help.

Uses: PE-sieve (the library version).

❓ PE-sieve FAQ - Frequently Asked Questions

Read Wiki

Clone

Use recursive clone to get the repo together with all the submodules:

git clone --recursive https://github.com/hasherezade/hollows_hunter.git

Builds

Download the latest release, or read more.

Available also via Chocolatey

GitHub Issues· 0 开放

在 GitHub 查看全部

暂无开放 Issues,或尚未同步最近议题。

核心特点

  • •list of PIDs
  • •list of names
  • •the time of creation (relatively to the Hollows Hunter execution time)

> 标签

Canti-malwaremalware-analysismalware-detectionmemory-forensics

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类编程语言
定价开源

> 相关工具

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言