candera / shadowspawn

A Windows utility that mounts a shadow copy of the disk at a drive letter and then spawns an arbitrary command.
MIT License
184 stars 55 forks source link

download page is 404'd #30

Open therentabrain opened 2 years ago

therentabrain commented 2 years ago

I found a copy of it here: https://github.com/downloads/candera/shadowspawn/ShadowSpawn-0.2.2-x64.zip (I'm not even sure how I did that.)

emin63 commented 1 year ago

I found a copy of it here: https://github.com/downloads/candera/shadowspawn/ShadowSpawn-0.2.2-x64.zip (I'm not even sure how I did that.)

That page is gone now (at least for me). As an alternative, I used https://community.chocolatey.org/packages/shadowspawn#files (click the download button on the left and then unzip the *.nupkg to find the *.exe file).

toasterking commented 1 year ago

That page is gone now (at least for me). As an alternative, I used https://community.chocolatey.org/ ...

Those versions were recompiled with Visual C++ 2015 and will probably work for some people. In my case, I needed to make this work on Windows Server 2003 R2 SP2 (yeah, I know), but the compiled versions included in the Chocolatey package do not target Windows XP and Windows Server 2003.

I found that the official compiled versions that were formerly hosted at GitHub are still hosted by archive.org (for now). They are compiled with Visual C++ 2010 and do work on Windows XP and Windows Server 2003: http://web.archive.org/web/20201020013428/https://github.com/downloads/candera/shadowspawn/ShadowSpawn-0.2.2-x86.zip http://web.archive.org/web/20201020013428/https://github.com/downloads/candera/shadowspawn/ShadowSpawn-0.2.2-x64.zip