From 0943d635060c1342b8af23e45f6dfb6695903f28 Mon Sep 17 00:00:00 2001 From: yardenshafir Date: Wed, 22 Nov 2023 09:32:58 -0500 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 91a84d5..6e78472 100644 --- a/README.md +++ b/README.md @@ -1 +1,6 @@ -# WinDbg-JS \ No newline at end of file +# WinDbg-JS + +A repository for JavaScript scripts for WinDbg. + +Currently contain: +1. EtwKernelRoutines.js - routines to parse and show ETW providers and consumers in kernel mode.