06.02.2019, 15:27
Yes that's the hooking.
Код:
#if defined _ALS_SomeFunction #undef SomeFunction #else #define _ALS_SomeFunction #endif #define RenamedFunction SomeFunction