GrahamBest / dll_hook-rs

Rust code to show how hooking in rust with a dll works.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dll_hook-rs

Rust code to show how hooking in rust with a dll works.

How to use

Replace the

std::mem::transmute::<usize, createmove_fn>(0x10111790)

address on this line, with the address to your function.

Createmove is an example, no, its not intended to be used unless youre reversing source engine.

About

Rust code to show how hooking in rust with a dll works.

License:MIT License


Languages

Language:Rust 100.0%