mirror of
https://github.com/NyaMisty/docker-wine-ida.git
synced 2026-06-21 00:26:42 +08:00
fix rdp usage [ci skip]
This commit is contained in:
parent
dd8bf20a2e
commit
ce9e2ddfcf
1 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue