snare / voltron

A hacky debugger UI for hackers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for Windows install to install.sh

snare opened this issue · comments

commented

Supporting whatever debuggers we can on Windows when installing from within Bash/etc. WinDbg definitely, VDB might be a bit hard because it's run in-situ so there's not a standard install location, but it should generally be OK to just install to whatever Python install is available (unless there are multiple, then we're in trouble). GDB on Windows? I think users are maybe on their own here unless it's easy to support (just works similarly to *nix support).