prehook-macros 1.0.0

A library for hooking and overriding functions using LD_PRELOAD. Useful for binary modding.
Documentation
  • Coverage
  • 100%
    3 out of 3 items documented2 out of 2 items with examples
  • Size
  • Source code size: 16.15 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 317.32 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 5s Average build duration of successful builds.
  • all releases: 12s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • OmentaElvis

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.