prehook-macros 1.1.0

A library for hooking and overriding functions using LD_PRELOAD. Useful for binary modding.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "prehook-macros"
version.workspace = true
edition = "2024"
description.workspace = true
license.workspace = true
repository.workspace = true

[lib]
proc-macro = true

[dependencies]
proc-macro2 = "1.0"
quote = "1.0"
syn = { version = "2.0", features = ["full", "parsing", "extra-traits"] }