You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LibArkitekt, a custom DynASM wrapper to generate and install function hooks using "modern c++" class templates and dynamic detours, rather than hard-coded/static trampolines or detours.
This repository contains a detailed write-up and implementation example for placing detour hooks on Java functions in the HotSpot JVM, this implementation does not use pattern scanning or JVMTI.