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
       
  • 相关阅读:
    C++ unordered_set运用实例
    C++ Multimap运用实例—查找元素
    C++ Multimap运用实例
    C++ Map运用实例
    C++ Set运用实例
    C++ list运用实例
    C++ vector使用实例
    c++ Array运用实例
    C++ int double float对应的长度以及二进制
    引用和指针有什么区别
  • 原文地址:https://www.cnblogs.com/keepfocus/p/2177005.html
Copyright © 2011-2022 走看看