# Setup

Các bước thực hiện như sau:

Bước 1: Chuẩn bị tài nguyên như đã tải xuống nguồn

Bước 2: Vào cmd -> chuyển đến thư mục chứa tài nguyên IDA\_Pro

Bước 3: thực hiện câu lệnh seup python trong ida:

<figure><img src="/files/1iAWzgxq9DedMCvy0X2D" alt=""><figcaption><p>thực hiện copy đường dẫn đến file python3.dll trong máy của bạn</p></figcaption></figure>

Tiếp theo ta sẽ chạy câu lệnh sau:

```bash
.\idapyswitch.exe --force-path "Đường dẫn đến với file python3.dll cuả máy bạn"
```

Bước 4: thực hiện chạy chương trình ida.exe hoặc ida64.exe để nhận kết quả.

<figure><img src="/files/cdCbUB4JfIcqiS0oZc0A" alt=""><figcaption><p>nếu kết quả phần output không hiển thị gì chứng tỏ ta đã thiết lập thành công. (với cả có hiển thị ô Python ở góc dưới bên trái</p></figcaption></figure>

Lưu ý đối với tôi thì tôi đang cài bản python version 3.8. phiển bản bảo mật.


---

# Agent Instructions: 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://viettaliii.gitbook.io/home/education/tools/ida-pro/setup.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.
