Where to find windbg dbgeng extextension samples includes and engext.cpp files

hello everyone coming here after a very long time :slight_smile:

lots of new things brand new forum looks great

anyway on old windbg installations the includes and samples were available in sdk directory

i cant seem to find them in the new windbgx the sample directories only contain

:\>tree /a  "c:\Program Files (x86)\Windows Kits\10\Debuggers\x64\sdk"
Folder PATH listing

C:\PROGRAM FILES (X86)\WINDOWS KITS\10\DEBUGGERS\X64\SDK
\---samples
    \---exdi
        +---ExdiGdbSrvSample
        |   +---ExdiGdbSrvSample
        |   \---GdbSrvControllerLib
        \---ExdiKdSample
            +---ExdiKdSample
            \---KdControllerLib

or locate here

c:\Program Files\WindowsApps\Microsoft.WinDbg_1.2402.24001.0_x64__8wekyb3d8bbwe>dir /s  /b *.c
File Not Found

c:\Program Files\WindowsApps\Microsoft.WinDbg_1.2402.24001.0_x64__8wekyb3d8bbwe>dir /s  /b *.h
File Not Found

c:\Program Files\WindowsApps\Microsoft.WinDbg_1.2402.24001.0_x64__8wekyb3d8bbwe>dir /s  /b *.cpp
File Not Found

are all the extensions discontinued in favor of java, dbgmodel, c# , whatever the newest fad is ?

hope i don't have to pull in some old installation and not have to learn anew the dbgmodels and javascript.