fix rdp usage [ci skip]

This commit is contained in:
NyaMisty 2021-08-30 04:26:11 +08:00 committed by GitHub
parent dd8bf20a2e
commit ce9e2ddfcf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 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\\ida.exe
wine C:\\IDA\\ida64.exe
``` ```
## Credits ## Credits