Skip to content

Internal DirectX 11 ImGui menu written in Rust

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

ynuwenhof/imferris

Repository files navigation

Imferris

A proof of concept internal DirectX 11 ImGui menu written in Rust.

Imferris utilizes the imgui_impl_win32.cpp platform and imgui_impl_dx11.cpp renderer via Rust to C++ interop.

Usage

Make sure the current stable release of Rust is installed.

git clone --recurse-submodules https://github.com/ynuwenhof/imferris.git
cd imferris
rustup default nightly
cargo b --release

After building, you can inject the DLL into the target process.

License

This project is licensed under either of the following licenses, at your option:

showcase

About

Internal DirectX 11 ImGui menu written in Rust

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks