Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

example-iris

A minimal Windows DLL showing how to use Iris with SafetyHook and Dear ImGui.

The example provides a HookProvider, initializes Iris, displays the ImGui demo window, and safely disables and synchronizes hooks before unloading. Press End to shut down the client.

Requirements

  • 64-bit Windows
  • CMake 3.28 or newer
  • Ninja
  • Clang/LLVM with clang-cl
  • Git

Build

cmake --preset debug
cmake --build --preset debug --target example-iris
cmake --preset release
cmake --build --preset release --target example-iris

Built DLL files are written to:

build/debug/
build/release/

CMake fetches Iris, SafetyHook, Dear ImGui, and thread-call-stack-scanner during configuration.

About

A minimal Windows DLL showing how to use Iris with SafetyHook and Dear ImGui.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages