/
githubmirror
/
x64dbg
Обзор
Документация
Войти
/
githubmirror
/
x64dbg
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
Bitbucket
help/AttachDebugger_attach.htm
27 строк
866 B
Mr. eXoDia
DBG+GUI+PROJECT: JIT Debugging now actually works (before it would hang in WaitForMultipleObjects) + added JIT restore option + updated help
05 авг 2014, 09:39
05 авг 2014, 09:39
091af5d
Код
Авторство
О чём код?
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>AttachDebugger/attach</title> <meta name="GENERATOR" content="WinCHM"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <style> html,body { /* Default Font */ font-family: Courier New; font-size: 11pt; } </style> </head> <body> <P><STRONG>AttachDebugger[,attach]<BR></STRONG>Attach the debugger to a running process.</P> <P><U>arguments</U><BR> arg1: Process Identifier (PID) of the running process.</P> <P>[arg2]: Handle to an Event Object to signal (this is for internal use only).</P> <P><U>result</U> <BR>This command will give control back to the user after the system breakpoint is reached. It will set <U>$pid</U> and <U>$hp/$hProcess</U> variables. </P></body></HTML>