Is dbgeng.dll redistributable?

Using the Windbg SDK I’ve created a small utility to help debug our product.
Our product runs on NT 4.0. If it matters, this tool would not be executed
by end users.

This release of Windows doesn’t have dbgeng.dll. I was wondering if I can
include it so that we can use my utility. I’ve searched and can’t find any
information about this DLL either way. The “redist.txt” file included in
the root directory of the Windbg installation doesn’t say either way. Does
anyone know about the redistribution issues with this file?

Thanks in advance,
Alan

Only files listed in redist.txt are redistributable, and dbgeng.dll is not
in that list.

You should get your customers to install the debugger package, and then
they can install your product.