VMAware icon indicating copy to clipboard operation
VMAware copied to clipboard

windows sandbox

Open git-eternal opened this issue 2 years ago • 5 comments

does not detect windows sandbox. might be something you want to look into! cool project otherwise though!

git-eternal avatar Sep 16 '23 06:09 git-eternal

does not detect windows sandbox. might be something you want to look into! cool project otherwise though!

Ouch, I haven't extensively tested it on Windows due to my low RAM being a massive barrier with running VMs.

Is it possible if you could give me information like which VM you used?

Also, you don't have to do this but I've added a debug log feature for development purposes. If you could git pull then build the project with cmake -DCMAKE_BUILD_TYPE=Debug .. instead of cmake .. then it can be recompiled with additional logs for any debugging. If you could show the result then that would be incredibly helpful.

thanks for the kind words though :)

kernelwernel avatar Sep 16 '23 13:09 kernelwernel

@kernelwernel

does not detect windows sandbox. might be something you want to look into! cool project otherwise though!

Ouch, I haven't extensively tested it on Windows due to my low RAM being a massive barrier with running VMs.

Is it possible if you could give me information like which VM you used?

Also, you don't have to do this but I've added a debug log feature for development purposes. If you could git pull then build the project with cmake -DCMAKE_BUILD_TYPE=Debug .. instead of cmake .. then it can be recompiled with additional logs for any debugging. If you could show the result then that would be incredibly helpful.

thanks for the kind words though :)

Pretty sure windows sandbox uses a microsoft hyper-v hypervisor

90th avatar Dec 19 '23 22:12 90th

@kernelwernel

does not detect windows sandbox. might be something you want to look into! cool project otherwise though!

Ouch, I haven't extensively tested it on Windows due to my low RAM being a massive barrier with running VMs. Is it possible if you could give me information like which VM you used? Also, you don't have to do this but I've added a debug log feature for development purposes. If you could git pull then build the project with cmake -DCMAKE_BUILD_TYPE=Debug .. instead of cmake .. then it can be recompiled with additional logs for any debugging. If you could show the result then that would be incredibly helpful. thanks for the kind words though :)

Pretty sure windows sandbox uses a microsoft hyper-v hypervisor

i'll try to focus more on hyperv techniques then. I haven't focused much on that VM brand but I'll set that as my priority

kernelwernel avatar Dec 21 '23 22:12 kernelwernel

sandbox Maybe this will help ;)

unusual-aspect avatar Mar 11 '24 13:03 unusual-aspect

sandbox Maybe this will help ;)

Thanks! I actually added a new technique here based on the screenshot, appreciate it :)

kernelwernel avatar Mar 17 '24 03:03 kernelwernel