Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Editing assembly in WinDbg

I have been trying to solve some "crackmes" (from http://crackmes.de) using WinDbg. Most of the solutions I have looked at involve using Olly Dbg to make modifications to the assembly; is there a way to do this in WinDbg?

like image 397
Chris Finley Avatar asked May 23 '12 13:05

Chris Finley


1 Answers

You can use the a command:

http://msdn.microsoft.com/en-us/library/windows/hardware/ff538153(v=vs.85).aspx

like image 125
snoone Avatar answered Oct 13 '22 23:10

snoone