Idea
saw something like this used in a different concept.
is it possible to hide your detours by setting the page flags of the function you've detoured so that reading cause an exception you then restore the original function and resume execution without changing the page flags back?
you then continue execution until you catch the exception from the end of the function, then restore detour
youthink it will work?
is it possible to hide your detours by setting the page flags of the function you've detoured so that reading cause an exception you then restore the original function and resume execution without changing the page flags back?
you then continue execution until you catch the exception from the end of the function, then restore detour
youthink it will work?
