Toxocious / Aetherim

A C++ library for accessing Unity's IL2CPP classes, methods, and fields during run-time.
GNU General Public License v3.0
59 stars 15 forks source link

Implement Hooks.hpp #7

Open Toxocious opened 1 year ago

Toxocious commented 1 year ago

tl;dr Aetherim should provide a way to hook methods.

Getting method points with Aetherim is extremely simple and can be done very quickly, which would make hooking methods child's play.

I propose implementing Hooks.hpp, which would aim to provide a wrapper around hooks that would allow integration with custom hook logic in your own code.