- Posted by
- Thanks for the reply: Version: 16.30.0.1003. example code: //8B4DCC mov ecx,[ebp][-034] //8B8560FFFFFF mov eax,[ebp][-0000000A0] //898D58FFFFFF mov [ebp][-0000000A8],ecx //C78550FFFFFF03400000 mov d,[ebp][-0000000B0],000004003 ;' @?' //8B4814 mov ecx,[eax][014] ideally, it should end up like: 8B4DCC...Posted in Macros
-   Topics
-   Views
- formatdrive
Apr 11, 2011
- Hi all, I hope someone can answer a question for me. I've created some macros that perform multiple search and replace operations on a block of selected x86 assembly in order to transform it. The start is: InsertMode ColumnModeOff HexOff PerlReOn Find RegExp SelectText "^//([0-9A-F\?]+).*$" Replace ...Posted in Macros
-   Topics
-   Views
- formatdrive
Apr 11, 2011