zoukankan      html  css  js  c++  java
  • 测试writer的日志

    现在使用windows live writer,编写一个日志作为测试。

    贴代码。

    text:004013C1 89 E5             mov     ebp, esp
    .text:004013C3 83 E4 F0          and     esp, 0FFFFFFF0h
    .text:004013C6 83 EC 20          sub     esp, 20h
    .text:004013C9 E8 62 06 00 00    call    sub_401A30
    .text:004013CE C7 44 24 18 01 00+mov     [esp+20h+var_8], 1
    .text:004013D6 C7 44 24 1C 02 00+mov     [esp+20h+var_4], 2
    .text:004013DE EB 11             jmp     short loc_4013F1
    .text:004013E0                   ; ---------------------------------------------------------------------------
    .text:004013E0
    .text:004013E0                   loc_4013E0:                   ; CODE XREF: sub_4013C0+36j
    .text:004013E0 8B 44 24 18       mov     eax, [esp+20h+var_8]
    .text:004013E4 0F AF 44 24 1C    imul    eax, [esp+20h+var_4]
    .text:004013E9 89 44 24 18       mov     [esp+20h+var_8], eax
    .text:004013ED FF 44 24 1C       inc     [esp+20h+var_4]

    着色:

    text:004013C1 89 E5             mov     ebp, esp
    .text:004013C3 83 E4 F0          and     esp, 0FFFFFFF0h
    .text:004013C6 83 EC 20          sub     esp, 20h
    .text:004013C9 E8 62 06 00 00    call    sub_401A30
    .text:004013CE C7 44 24 18 01 00+mov     [esp+20h+var_8], 1
    .text:004013D6 C7 44 24 1C 02 00+mov     [esp+20h+var_4], 2
    .text:004013DE EB 11             jmp     short loc_4013F1
    .text:004013E0                   ; ---------------------------------------------------------------------------
    .text:004013E0
    .text:004013E0                   loc_4013E0:                   ; CODE XREF: sub_4013C0+36j
    .text:004013E0 8B 44 24 18       mov     eax, [esp+20h+var_8]
    .text:004013E4 0F AF 44 24 1C    imul    eax, [esp+20h+var_4]
    .text:004013E9 89 44 24 18       mov     [esp+20h+var_8], eax
    .text:004013ED FF 44 24 1C       inc     [esp+20h+var_4]

    masm32_scrapter

    插入表格:

    1 2
    3 4
    5 6
       
  • 相关阅读:
    python活力练习Day13
    检测一个字符串在另外一个字符串中的位置
    Python活力练习Day12
    Python多进程与单进程效率对比
    HTML-Note
    Python判断自定义的参数格式是否正确
    图片的灰与彩
    Git常用命令
    Linux 单引号和双引号的区别
    类函数中获取进程池对象的地址
  • 原文地址:https://www.cnblogs.com/keepfocus/p/2177005.html
Copyright © 2011-2022 走看看