Hello question about ncodehook
Is there possible somehow to remove the hook also ? I mean using the library i sawed the blog where u showed how to hook the isdebuggerpresent.
Is there possible somehow to remove the hook also ? I mean using the library i sawed the blog where u showed how to hook the isdebuggerpresent.
Hello question about ncodehook
Yes of course it's possible. The NCodeHook class implements the following member function:
template bool removeHook(U address);Just pass the address of any previously hooked code, and the original bytes will be restored.
Edit: Moved question to appropriate forum
thnx for fast answer
thnx for fast answer