Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Solnica committed Jun 22, 2016
1 parent a210c6a commit 6bc31af
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
Binary file modified LLD.VC.db
Binary file not shown.
4 changes: 2 additions & 2 deletions LLD/LLD.vcxproj
Expand Up @@ -132,7 +132,7 @@
<GenerateDebugInformation>true</GenerateDebugInformation>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
<ModuleDefinitionFile>MyExt.def</ModuleDefinitionFile>
<ModuleDefinitionFile>LLD.def</ModuleDefinitionFile>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
Expand All @@ -152,7 +152,7 @@
<GenerateDebugInformation>true</GenerateDebugInformation>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
<ModuleDefinitionFile>MyExt.def</ModuleDefinitionFile>
<ModuleDefinitionFile>LLD.def</ModuleDefinitionFile>
</Link>
</ItemDefinitionGroup>
<ItemGroup>
Expand Down
10 changes: 8 additions & 2 deletions README.md
@@ -1,2 +1,8 @@
# lldext
LLD WinDbg extension
# LLD extension

My first WinDbg extension :) Contains the following command:

- `!injectdll <path>` - injects DLL into the debuggee

Current version can be found under the release tab - use version corresponding to the bitness of the debuggee process.

0 comments on commit 6bc31af

Please sign in to comment.