1
0
mirror of synced 2024-09-23 19:18:24 +02:00
ImHex/PLUGINS.md
Professor Plum e827ad4b8d
git: Added pcap plugin to plugin list (#1395)
Adds a reference to [Pcap
Plugin](https://github.com/Professor-plum/ImHex-Plugin-Pcap) under
Third-Party Plugins

### Problem description
Adds a reference to an external repository for an ImHex Plugin to view
raw data within pcap files.

### Implementation description
The ImHex Plugin is implemented as an additional Data Provider. It
allows BPFs and selecting multiple packets for data reassembly.

### Screenshots

![screenshot](https://raw.githubusercontent.com/Professor-plum/ImHex-Plugin-Pcap/master/Images/Screenshot.png)

### Additional things
Should there be any questions I'm also available on Discord.
2023-10-30 17:47:47 +00:00

923 B

Plugins

ImHex is entirely built around the possibility to easily load plugins (most of it's features are actually implemented as a plugin!).

To install plugins, simply download the relevant .hexplug file and drop it in your plugins folder. The location of that folder can be found under Help -> About -> ImHex Directories.

Available Plugins

(If you're developing a Plugin on your own, please feel free to add it to this list)

Official Plugins

Third-Party Plugins

  • Pcap Plugin
    • Adds support for reading packet capture files