prehook-macros 1.1.0

A library for hooking and overriding functions using LD_PRELOAD. Useful for binary modding.
Documentation

Procedural macros for the prehook library.

This crate provides the #[hook] and #[interpose] attribute macros, which are the primary ways to define interceptions in the prehook ecosystem.