# WindbgScript **Repository Path**: cbwang505/WindbgScript ## Basic Information - **Project Name**: WindbgScript - **Description**: WindbgScript - **Primary Language**: C++ - **License**: MulanPSL-1.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-07-27 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Usage first load your script .scriptload E:\WindbgScript\tp.js; load script path in module !ldtp(path, boundModule, attributes) !ldtp("e:\\examples\\test.h", "ntdll") dump obj address for type !newtp(typeName, addrObj) !newtp("ExampleStruct", 0x007ff8`f03620d0) reload script !rdtp(path, boundModule, attributes) !rdtp("e:\\examples\\test.h", "ntdll") go into process by pid in kernel mode ,or for no reload win32k module use gopidn !gopid(pid)