| OLD | NEW |
| 1 OPTION DOTNAME | 1 OPTION DOTNAME |
| 2 .text$» SEGMENT ALIGN(64) 'CODE' | 2 .text$» SEGMENT ALIGN(256) 'CODE' |
| 3 ALIGN 16 | 3 ALIGN 16 |
| 4 | 4 |
| 5 PUBLIC md5_block_asm_data_order | 5 PUBLIC md5_block_asm_data_order |
| 6 | 6 |
| 7 md5_block_asm_data_order PROC PUBLIC | 7 md5_block_asm_data_order PROC PUBLIC |
| 8 mov QWORD PTR[8+rsp],rdi ;WIN64 prologue | 8 mov QWORD PTR[8+rsp],rdi ;WIN64 prologue |
| 9 mov QWORD PTR[16+rsp],rsi | 9 mov QWORD PTR[16+rsp],rsi |
| 10 mov rax,rsp | 10 mov rax,rsp |
| 11 $L$SEH_begin_md5_block_asm_data_order:: | 11 $L$SEH_begin_md5_block_asm_data_order:: |
| 12 mov rdi,rcx | 12 mov rdi,rcx |
| (...skipping 756 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 769 | 769 |
| 770 .pdata ENDS | 770 .pdata ENDS |
| 771 .xdata SEGMENT READONLY ALIGN(8) | 771 .xdata SEGMENT READONLY ALIGN(8) |
| 772 ALIGN 8 | 772 ALIGN 8 |
| 773 $L$SEH_info_md5_block_asm_data_order:: | 773 $L$SEH_info_md5_block_asm_data_order:: |
| 774 DB 9,0,0,0 | 774 DB 9,0,0,0 |
| 775 DD imagerel se_handler | 775 DD imagerel se_handler |
| 776 | 776 |
| 777 .xdata ENDS | 777 .xdata ENDS |
| 778 END | 778 END |
| OLD | NEW |