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 :)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Originally posted by: kernelwernel
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 pullthen build the project withcmake -DCMAKE_BUILD_TYPE=Debug ..instead ofcmake ..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 :)
Originally posted by: 90th
@kernelwernel
Pretty sure windows sandbox uses a microsoft hyper-v hypervisor
Originally posted by: kernelwernel
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
Originally posted by: unusual-aspect
Maybe this will help ;)
Originally posted by: kernelwernel
Thanks! I actually added a new technique here based on the screenshot, appreciate it :)