diff --git a/LLD.VC.db b/LLD.VC.db index 42c46e5..75b473f 100644 Binary files a/LLD.VC.db and b/LLD.VC.db differ diff --git a/LLD/LLD.vcxproj b/LLD/LLD.vcxproj index ada8417..07cf735 100644 --- a/LLD/LLD.vcxproj +++ b/LLD/LLD.vcxproj @@ -132,7 +132,7 @@ true true true - MyExt.def + LLD.def @@ -152,7 +152,7 @@ true true true - MyExt.def + LLD.def diff --git a/README.md b/README.md index e623a7f..7042769 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,8 @@ -# lldext -LLD WinDbg extension +# LLD extension + +My first WinDbg extension :) Contains the following command: + +- `!injectdll ` - injects DLL into the debuggee + +Current version can be found under the release tab - use version corresponding to the bitness of the debuggee process. +