Esempio n. 1
0
        public static void RevertRedirect(MethodInfo m, RedirectCallsState state)
        {
            var fptr1 = m.MethodHandle.GetFunctionPointer();

            RevertJumpTo(fptr1, state);
        }