mirror of
https://github.com/x64dbg/x64dbg.git
synced 2024-12-02 17:56:50 +00:00
41 lines
1.3 KiB
HTML
41 lines
1.3 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<html>
|
|
<head>
|
|
<title>InitDebug/initdbg/init</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>InitDebug[,init,initdbg]<BR></STRONG>Initializes the debugger. This command will load
|
|
the executable (do some basic checks), set breakpoints on TLS callbacks
|
|
(if present), set a breakpoint at the process entry point and
|
|
break at the system breakpoint before giving back control to the
|
|
user.</P>
|
|
<P><U>arguments</U><BR> arg1 : Path to the executable file to debug. If no full path is given, the GetCurrentDirectory API will be
|
|
called to retrieve a full path. Use quotation marks to include spaces in your path.
|
|
|
|
|
|
</P>
|
|
<P> [arg2]: Commandline to create the process with.
|
|
|
|
|
|
</P>
|
|
<P>[arg3]: Current folder (passed to the CreateProcess API).
|
|
|
|
|
|
</P>
|
|
<P><U>result<BR></U> 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>
|