From ce9e2ddfcfe9e5b0628298157a248646c2b439b4 Mon Sep 17 00:00:00 2001 From: NyaMisty Date: Mon, 30 Aug 2021 04:26:11 +0800 Subject: [PATCH] fix rdp usage [ci skip] --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c89d4b..472d327 100644 --- a/README.md +++ b/README.md @@ -42,9 +42,13 @@ docker-wine-ida is based on scottyhardy/docker-wine, but without its `./docker-w ``` docker run --name docker-ida --hostname="$(hostname)" --env="RDP_SERVER=yes" --publish="3389:3389/tcp" -it nyamisty/docker-wine-ida:7.6sp1 ``` - 2. Connect to RDP server and run IDA in the terminal: + 2. Connect to RDP server with credentials: + - user: root + - pass: DockerWineIDA + 3. Run IDA in the terminal: ``` wine C:\\IDA\\ida.exe + wine C:\\IDA\\ida64.exe ``` ## Credits