Created
September 6, 2014 17:33
-
-
Save ntddk/eae184a7473bbfa3d306 to your computer and use it in GitHub Desktop.
WinDbg
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
!for_each_module !chkimg @#ModuleName -d | |
u [addr] | |
!address [jmp dest addr] | |
s -a [base addr] L?[end addr]/4 "MZ" | |
!dh -a [base addr] | |
.writemem [file] [base addr] [end addr] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment