Thanks to visit codestin.com
Credit goes to github.com

Skip to content

manipulates your process information to prevent debuggers from attaching

lucyna77/anti-attach

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

simple trick, self debugs your own process preventing debuggers like x64dbg from attaching

how to implement

  1. include attachment.hxx
  2. call the "start" function at the very start of your program, example below:
int main(int argc, char* argv[])
{
	c_already_debugged->dispatch(argc, argv);

	std::printf("attachment disabled\n");
	std::cin.get();

	return 0;
}

About

manipulates your process information to prevent debuggers from attaching

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages