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
       
  • 相关阅读:
    iOS中的事件传递和响应者链条
    iOS多线程--NSOperation
    Objective-C—— @Property详解
    iOS网络——NSURLCache设置网络请求缓存
    Objective-C—— Block
    iOS多线程——GCD篇
    Objective-C设计模式——中介者Mediator(对象去耦)
    Objective-C设计模式——外观Faced(接口适配)
    Objective-C设计模式——桥接Bridge(接口适配)
    Objective-C设计模式——适配器Adapter(接口适配)
  • 原文地址:https://www.cnblogs.com/keepfocus/p/2177005.html
Copyright © 2011-2022 走看看