Command | WinDbg | LLDB |
---|---|---|
Start | windbg {executable} [{args}] |
lldb {executable} [--args] |
Attach | windbg -p {pid} |
lldb --attach-pid {pid} |
Command | WinDbg | LLDB |
---|---|---|
(Re)load symbols | lb {module-name} |
target symbols add {symbol-file-path} |
Command | Alternative | Description |
---|---|---|
Get-NetIPConfiguration |
ipconfig -all |
displays the IP network configuration |
Get-NetAdapter |
shows various network adapter properties | |
Get-NetRoute |
netstat -r |
prints the IP routing table |
Get-NetTCPSetting |
gets system TCP settings | |
Get-NetUDPSetting |
gets system UDP settings | |
Get-NetFirewallRule |
lists firewall rulles |