> For the complete documentation index, see [llms.txt](https://docs.hex-rays.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hex-rays.com/ida-9.2/archive/win32towin32.md).

# IDA Win32 to Win32 Debugging

The IDA Win32 debugger allows remote debugging of Windows32 executables. This is especially suited to the safe analysis of unknown hostile code. Our remote debugger server must first be started on the target machine.

![start\_win32\_server](/files/TRu2eTHcDMQJqJIMKsyv)

we select attach to remote win32

![instant\_debugger\_menu](/files/W3ewIotkNIyF5ceuFtGq)

and of course specify our password and the port we'll use for the session.

![config\_win32\_dbg](/files/nTyDmPpLvv4NXRpVbDWL)

the connection screen is indentical to the local one.

![connect\_to\_win32](/files/MUASGZkfHKsUuOMx6soC)

and we are now connected to a program running on the remote machine.

![attached\_to\_win32](/files/UeS7o5xrUKdFjldht8Rx)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.hex-rays.com/ida-9.2/archive/win32towin32.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
