User Tools

Site Tools


os:windows:virtualbox:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
os:windows:virtualbox:start [2019/03/01 11:12] ebaeros:windows:virtualbox:start [2019/03/08 09:04] (current) – [Toolz] ebaer
Line 20: Line 20:
  
 <code> <code>
 +# https://www.virtualbox.org/manual/ch09.html#gimdebughyperv
 +# https://download.virtualbox.org/virtualbox/6.0.0_RC1/UserManual.pdf
 +
  .\vboxmanage showvminfo "VM name" | select-string paravirt  .\vboxmanage showvminfo "VM name" | select-string paravirt
 kdvm.dll kdvm.dll
Line 26: Line 29:
  
  
-VBoxManage modifyvm "VM name" --paravirtdebug "enabled=1,address=192.168.32.1,port=55000"+VBoxManage modifyvm "VM name" --paravirtdebug "enabled=1,address=10.22.6.40,port=50001"
  
 +netsh int ip set address "local area connection" static 10.22.6.41 255.255.255.0
  
-bcdedit /set loadoptions host_ip=5.5.5.5,host_port=50000,encryption_key=1.2.3.4+bcdedit /set loadoptions host_ip=5.5.5.5,host_port=50000,encryption_key=5.6.7.8
 bcdedit /set dbgtransport kdvm.dll bcdedit /set dbgtransport kdvm.dll
  
Line 35: Line 39:
 # bcdedit /set bootdebug on ##win8+ # bcdedit /set bootdebug on ##win8+
 # bcdedit /set {bootmgr} bootdebug on # bcdedit /set {bootmgr} bootdebug on
 +
 +C:\Windows\system32>bcdedit /set loadoptions host_ip="1.2.3.4",host_port=50001,e
 +ncryption_key="5.6.7.8"
 </code> </code>
  
 +
 +<code>
 +netsh interface ipv4 set address name="Local Area Connection" static 10.22.6.41 255.255.255.0
 +bcdedit /set loadoptions host_ip=5.5.5.5,host_port=50001,encryption_key=5.6.7.8
 +bcdedit /set dbgtransport kdvm.dll
 +bcdedit /set debug on
 +
 +netsh interface ipv4 set address name="Local Area Connection" static 10.22.6.42 255.255.255.0
 +bcdedit /set loadoptions host_ip=5.5.5.5,host_port=50002,encryption_key=5.6.7.8
 +bcdedit /set dbgtransport kdvm.dll
 +bcdedit /set debug on
 +VBoxManage modifyvm "win7_x86_sp1" --paravirtdebug "enabled=1,address=10.22.6.40,port=50002"
 +
 +netsh interface ipv4 set address name="Local Area Connection" static 10.22.6.43 255.255.255.0
 +bcdedit /set loadoptions host_ip=5.5.5.5,host_port=50003,encryption_key=5.6.7.8
 +bcdedit /set dbgtransport kdvm.dll
 +VBoxManage modifyvm "win7_x64_sp1" --paravirtdebug "enabled=1,address=10.22.6.40,port=50003"
 +bcdedit /set debug on
 +</code>
 +
 +
 +===== Toolz =====
 +
 +<code>
 +Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
 +choco feature enable -n allowGlobalConfirmation
 +choco install visualcpp-build-tools --params "'/IncludeOptional'"
 +choco install visualcpp-build-tools --version 14.0.25420.1
 +choco install notepadplusplus.install nasm hxd totalcommander windbg ida-free
 +choco install mingw patheditor
 +</code>
  
os/windows/virtualbox/start.1551435136.txt.gz · Last modified: 2019/03/01 11:12 by ebaer

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki