blackberry/pe_tree
Python module for viewing Portable Executable (PE) files in a tree-view using pefile and PyQt5. Can also be used with IDA Pro and Rekall to dump in-memory PE files and reconstruct imports. observed · 2026-08-28
Health v2 · maintenance only
10/100
- Activity 0
- Release rhythm 8
- Longevity 100
Flags: archived
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2228
- days_rel: n/a
- days_push: 1516
- n_releases_24m: 0
Adoption not part of the score
1343 stars · 173 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
PE Tree is a Python module and standalone GUI application for viewing Portable Executable (PE) files in a tree-view, built on pefile and PyQt5. It integrates with IDA Pro, Ghidra, Volatility, Rekall, and minidump to dump in-memory PE files and reconstruct import tables.
Use cases
- inspect PE headers of an exe or dll in a tree view
- dump in-memory PE files from a Windows memory dump
- reconstruct import tables of an unpacked malware sample
- carve PE files from a binary blob
- analyze a Windows minidump for embedded executables
- view PE files inside IDA Pro or Ghidra
- compare PE samples visually with a rainbow PE map
When to choose
- you need a visual tree-view of PE file structures
- you are doing malware analysis or memory forensics on Windows binaries
- you want to dump and reconstruct PE files from memory dumps or minidumps
- you want a plugin for IDA Pro, Ghidra, Volatility, or Rekall
When to avoid
- you only need programmatic PE parsing without a GUI (use pefile directly)
- you analyze non-PE formats like ELF or Mach-O
- you need automated bulk analysis rather than interactive inspection
Facets
application · maturity maintenance
reverse-engineering gui parser security security reverse-engineering windows developer-tools python windows cross-platform pe-files malware-analysis ida-pro-plugin ghidra-plugin volatility memory-forensics import-reconstruction binary-carving pyqt5 pefile linux macos desktop
2 sources
- readme: https://github.com/blackberry/pe_tree · fetched 2026-08-28 · 7e573bd6f87e
- registry_pypi: https://pypi.org/pypi/pe_tree/json · fetched 2026-08-29 · dae05478883d
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| blackberry/pe_tree | main | 10 |
For agents
markdown · JSON · MCP: product_card(name="blackberry/pe_tree")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem