Jump to content
Tuts 4 You

OllyDetach 2.0.0


Teddy Rogers

About This File

This is a *very* simple plug-in that does nothing more then call the following routine:

void detach_from_debuggee (void)
{
DebugSetProcessKillOnExit(FALSE);
exit(1);
}

To detach OllyDbg from the debuggee.


User Feedback

Recommended Comments

There are no comments to display.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...