kernelwernel / VMAware

VM detection library and tool
MIT License
351 stars 38 forks source link

windows sandbox #1

Closed git-eternal closed 1 month ago

git-eternal commented 1 year ago

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

kernelwernel commented 1 year ago

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 :)

90th commented 10 months ago

@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

kernelwernel commented 10 months ago

@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

unusual-aspect commented 7 months ago

sandbox Maybe this will help ;)

kernelwernel commented 7 months ago

sandbox Maybe this will help ;)

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