clayne / ImHex-Rust-Plugin-Template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ImHex Rust Plugin Template

This repository is a template repository for building plugins for ImHex in Rust.

Building

Building a plugin works similarly to building ImHex. Make sure you have all dependencies installed that are necessary to build ImHex itself. Afterwards simply use cmake in the top level of this repository to build libimhex and the plugin. Consult the ImHex README.md for a more in-depth guide on how to compile ImHex using cmake.

Notice

Plugins can depend on the ImHex version you're using. To find out what commit the plugin was built for, check the commit hash next to the ImHex submodule.

image

About

License:GNU General Public License v2.0


Languages

Language:Rust 99.5%Language:CMake 0.5%Language:C++ 0.1%