microsoft / DTrace-on-Windows

Code for the cross platform, single source, OpenDTrace implementation
Other
473 stars 42 forks source link

Support for dtrace in Windows Sandbox #17

Closed zllovesuki closed 1 year ago

zllovesuki commented 2 years ago

One of the use case for dtrace on Windows would be to better understand unknown software behavior better, under a more isolated environment. Now that you can run binaries in Sandbox, will Sandbox eventually support dtrace? Asking because you can't do bcdedit in Sandbox.

CodeMaxx commented 1 year ago

Hey @zllovesuki, you should be able to do this if you can put the bcdedit settings in the sandbox image to begin with and turn on DTrace. Then DTrace should be able to run in Sandbox.