I am trying to solve some โcracksโ (from http://crackmes.de ) using WinDbg. Most of the solutions I reviewed include using Olly Dbg to make changes to the assembly; is there any way to do this in windbg?
You can use a command:
http://msdn.microsoft.com/en-us/library/windows/hardware/ff538153(v=vs.85).aspx
You can view the assembly code using the disassembly window and parse the code using the u command:
u
http://msdn.microsoft.com/en-us/library/windows/hardware/ff541965%28v=vs.85%29.aspx
and more info here:
http://msdn.microsoft.com/en-us/library/windows/hardware/ff540661%28v=vs.85%29.aspx
Source: https://habr.com/ru/post/1413951/More articles:do {} while (0) vs. if (1) {} in macros - cHow to set the default macro vs2011, for example $ (vcinstalldir) - macrosMouse moves events on the bottom div, mouse click on the top - javascriptUsing Sling Launchpad for Production - osgisvn remove the project trunk - svnGoogle Maps API v3 repeats markers on a custom map - google-mapsHow can I calculate the node level in a perfect binary tree from a first order depth index? - algorithmhttps://translate.googleusercontent.com/translate_c?depth=1&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1413954/is-it-possible-to-detect-visitor-dns-server&usg=ALkJrhgVi9APihTfihb1MDSfiQTXLLQFBQIgniter code form_multiselect - phpSelecting multiple records in a DataGrid using Caliburn.Micro - wpfAll Articles