microsoft / DTrace-on-Windows

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

Implement chill(ns) #38

Closed CodeMaxx closed 1 year ago

CodeMaxx commented 1 year ago

chill(ns) is a must-have when simulating very unusual race conditions that would otherwise require complex manual interaction with a (kernel) debugger.

samrussell commented 10 months ago

I'm trying to use this in the latest public build (from the installer) and it looks like this merge hasn't been released yet?

CodeMaxx commented 10 months ago

@samrussell Correct. This hasn't been released.

samrussell commented 10 months ago

Do you have any instructions for testing our own builds of this? Simply disabling signature checks and swapping in a dtrace.sys gives me an error on boot, I'm guessing windows sees this as more than just a driver and more like an integral part of the system?